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 -> Re: ora 00904 Error ?

Re: ora 00904 Error ?

From: <sdas321_at_my-deja.com>
Date: Wed, 27 Oct 1999 21:23:15 GMT
Message-ID: <7v7qfu$j04$1@nnrp1.deja.com>


00904 is basically for invalid column name. use the correct column name in your sql.

In article <7v3q6s$q3l$1_at_newsread.f.de.uu.net>,   "Rene Kadner" <rkadner_at_shd-online.de> wrote:
> Hi,
>
> i have a simple table named "port" with two Number(*) - Fields 'id'
and
> 'link'.
>
> I want update the table:
>
> update port set Link = 2 where id = 9.
>
> with an ORA 00904-Error ???
>
> MS SQL and Paradox execute this without errors.
>
> Who can help ?
> Thanks.
>
> Rene Kadner
> rkadner_at_shd-online.de
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Oct 27 1999 - 16:23:15 CDT

Original text of this message

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