I want to SELECT DISTINCT on a table to return a string.
If the string is blank, I don’t want to know about that row.
To make matters worse, some users ahve been inputting whitespace and I want to ignore those rows too.
(How) can I do this? Thanks (MySql)
1 Answer