Hi!
I have these records:
id, name
1, test
2, test, testing
3, test, testing, testing a lot
4, moo
5, moo, moo1
And my result should be:
3, test, testing, testing a lot
5, moo, moo1
How should I put the MAX(LENGTH(name))in the WHERE clause?
Thanks a lot



Reply With Quote







Bookmarks