View Single Post
Old 02-20-2008, 01:03 AM  
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
Sql Heeeeeeelp!!!!!!!!!

I have a database with FHG (uel, description, thumb url), I want to get all the BBW galleries so I"m creating a query:
Code:
SELECT DISTINCT GALL.url, GALL.desc, GALL.thumb
FROM GALL
WHERE GALL.desc LIKE '*bbw*';

which extracts all the galleries that have the word "bbw" in the description. How do I get all the gallereis that contain the words "bbw", "fat" and "huge" with one quiery?
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote