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

Home -> Community -> Usenet -> c.d.o.server -> SQL question

SQL question

From: <newyorkdoll_at_my-deja.com>
Date: Fri, 15 Sep 2000 19:02:48 GMT
Message-ID: <8ptroc$f55$1@nnrp1.deja.com>

Hi,

I need to drop several rows in <table> where the field 'name' is set to certain values. I'm currently using a drop statement for each field value. Does Oracle sqlplus allow more than one field value to be specfied in a single command? ie.

SQL>delete from <table>

    where name='X' or name='Y' or name='Z'

?

Thankyou.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Sep 15 2000 - 14:02:48 CDT

Original text of this message

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