Thread: mysql gurus
View Single Post
Old 01-25-2004, 11:31 AM  
Cyborg69
So Fucking Banned
 
Join Date: Apr 2002
Location: Canada T.O.
Posts: 932
here is what i am doing right now
SELECT DISTINCT surl FROM table WHERE text like '%something%'
then i do
SELECT text,url FROM table WHERE 1 AND `surl`= '$surl' AND text like '%something%' LIMIT 5

i was wondering if its possible to join those 2 together
Cyborg69 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote