Hi,
I have a database with lots of rows. I want to return all data but only with a distinct "Title" value.
I've tried:
But that doesn't seem to work.
Any help would be greatly appreciated, thanks.
I have a database with lots of rows. I want to return all data but only with a distinct "Title" value.
I've tried:
Code:
SELECT DISTINCT Title, * FROM etc etc...
But that doesn't seem to work.
Any help would be greatly appreciated, thanks.