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?