sql_language thread: What is wrong with this query?
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
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
sql_language thread: What is wrong with this query?
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
|