September 23, 2007 at 2:41 am
Just a newbie to SQL
on the categories column, I want to run a select statment that shows me all the categories in the column. Any clue please.
September 23, 2007 at 5:05 am
something like this?
SELECT DISTINCT categories FROM sometable ORDER BY categories
will give you the list you described;
Lowell
September 23, 2007 at 5:22 am
thanks Lowell,
Distinct is working fine
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply