Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle #1? Then why are these still missing...
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
![]() |
![]() |