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

From: AleX <korrozia_at_my-deja.com>
Date: 1999/07/29
Message-ID: <7nq5se$v7m$1_at_nnrp1.deja.com>#1/1


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 - 00:00:00 CEST

Original text of this message