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 #1? Then why are these still missing...

Re: Oracle #1? Then why are these still missing...

From: AleX <korrozia_at_my-deja.com>
Date: Thu, 29 Jul 1999 18:17:57 GMT
Message-ID: <7nq5se$v7m$1@nnrp1.deja.com>


In article <37a096e2.19069820_at_news.tcp.co.uk>,   tkingsley_at_systemprot.com (Tom Kingsley) wrote:
> >It has built in editing commands -- just use some of them like this:
> >
> >SQL> select * from a big typo here
> > 2 ;
> >select * from a big typo here
> > *
> >ERROR at line 1:
> >ORA-00933: SQL command not properly ended
> >
> >
> >SQL> 1
> > 1* select * from a big typo here
> >SQL> c/a big typo here/dual
> > 1* select * from dual
> >SQL> /
> >
> >D
> >-
> >X
> >
> >SQL>
Actually, this function doesn't seem to work in 8.0.5

FLO> select * from ddd;
select * from ddd

              *
ERROR at line 1:
ORA-00942: table or view does not exist

FLO> 1
  1* select * from ddd
FLO> c/a ddd/dual
String not found.
FLO>
--

                 Alex Shterenberg


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Thu Jul 29 1999 - 13:17:57 CDT

Original text of this message

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