Another query question..

From: <jkuteynospam_at_nycap.rr.com>
Date: Sun, 24 Feb 2002 00:11:27 GMT
Message-ID: <l4cg7uotc0c5q6pn85q6t44l7ea2p9j0em_at_4ax.com>


How would I write the query from this statement...

Select the item and item price of all items that start with S, P or F.

Here is the table structure...

items_ordered table
customerid
orderdate
item
quantity
price

I tried this..

select item, price
from items_ordered
where item like 'S%', 'P%', and 'F%'

...but I know that is wrong..

Thanks!
John Received on Sun Feb 24 2002 - 01:11:27 CET

Original text of this message