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: Oracle 8.1.7 Error

Re: Oracle 8.1.7 Error

From: Ron Reidy <rereidy_at_indra.com>
Date: Wed, 19 Feb 2003 13:57:13 -0700
Message-ID: <3E53EFA9.6090600@indra.com>


Your delete statement is wrong. Look up the syntax and correct it.

--
Ron Reidy
Oracle DBA

Janusz Mazur wrote:

> When i'm trying to use this command
> <% rset = stmt.executeQuery("delete nazwisko, imie from test where nazwisko
> =" ('null') ""); %>
> <% while (rset.next()) %>
> i get an error about:
> java.sql.SQLException: ORA-00933:SQL Command Incorrect Ended
>
> When i'm adding new user to Oracle data base, system add also a record with
> "null" values
> I'm trying to make command to delete this records.
>
> Can somebody help me?
>
> I'm sorry for my horrible English, i'm from Poland :-).
>
>
Received on Wed Feb 19 2003 - 14:57:13 CST

Original text of this message

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