mameha1977
10-31-2007, 02:39 AM
I want to select all data where the description field is not empty.
I tried like this:
SELECT *
FROM table
WHERE LENGTH('description') > 1
but I think my use of LENGTH is wrong and it returns empty result...
I tried like this:
SELECT *
FROM table
WHERE LENGTH('description') > 1
but I think my use of LENGTH is wrong and it returns empty result...