Thread: mysql gurus
View Single Post
Old 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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote