Thread
:
mysql gurus
View Single Post
01-25-2004, 12:44 PM
Cyborg69
So Fucking Banned
Join Date: Apr 2002
Location: Canada T.O.
Posts: 932
SELECT text,url FROM table WHERE text LIKE '%something%' GROUP BY surl LIMIT 5
group by sulr make it same as
SELECT distinc surl, text,url FROM table WHERE text LIKE '%something%' LIMIT 5
Cyborg69
View Public Profile
Find More Posts by Cyborg69