Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> SQL command/I'm stuck

SQL command/I'm stuck

From: Ric <chico8574_at_hotmail.com>
Date: 29 Jun 2002 20:32:35 -0700
Message-ID: <c0f10b81.0206291932.46a7e7c2@posting.google.com>


I'm using SQL 8.0.

I have translated the English sentence of "Get supplier numbers and status for suppliers in Paris" to the SQL command:

select s#, status from supplier where upper(city) = 'PARIS';

I don't know what to type for "Get color and city for "non Paris" parts with weight greater than 10 (hint: <> is the operator for not)"

Any help would be appreciated. Received on Sat Jun 29 2002 - 22:32:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US