Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: What is wrong with this query?


Message #1 by Jefferis Peterson <jefferis@p...> on Wed, 25 Sep 2002 17:34:36 -0400
Try:

SELECT * FROM Catalog WHERE (Catalog.descrip LIKE '%yellow%') AND 
(Catalog.item_type  = 'R').

PS: Only one WHERE should be used regardless.

with regards,
Knut

  Return to Index