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 -> Re: deleting records that match other table

Re: deleting records that match other table

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Thu, 09 Mar 2006 03:23:57 GMT
Message-Id: <pan.2006.03.09.03.23.57.245020@sbcglobal.net>


On Wed, 08 Mar 2006 17:40:34 -0800, MSWEENEY wrote:

> delete from TABLE_A
> WHERE [A].[NUMBER] = [B].[NUMBER]
You're aware that "NUMBER" is a reserved word and, as such, an inappropriate name for a column? You should find better names for those columns, like SELECT, COMMIT or SET.

-- 
http://www.mgogala.com
Received on Wed Mar 08 2006 - 21:23:57 CST

Original text of this message

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