Sql Heeeeeeelp!!!!!!!!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Antonio
    Too lazy to set a custom title
    • Oct 2001
    • 14136

    #1

    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
    Too lazy to set a custom title
    • Oct 2001
    • 14136

    #2
    never mind, got it

    Comment

    Working...