Re: Another query question..

From: Hassan Ayub <hassan_ayub_at_yahoo.com>
Date: 23 Feb 2002 23:25:47 -0800
Message-ID: <1df2b71.0202232325.3f4c1c96_at_posting.google.com>


Hi John,

       Try the following query:

    select item,price

         from items_ordered
      where item like 'S%'
      or item like 'P%'
      or item like 'F%';


  Hope this works!!

good luck!!

Hassan Received on Sun Feb 24 2002 - 08:25:47 CET

Original text of this message