Untitled
unknown
plain_text
22 days ago
261 B
2
Indexable
Never
SELECT p.productID, p.productDescription, p.productFinish, p.productStandardPrice FROM Product_T p WHERE (p.productDescription LIKE '%Desk%' OR p.productDescription LIKE '%Table%') AND p.productStandardPrice !> 300 ORDER BY p.productStandardPrice
Leave a Comment