Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle SQL Plus
The * on line 4 indicates that it is your current change line; It isn't really part of the sql statement.
-- Robert Fazio Senior Technical Analyst dbabob_at_yahoo.com "Scott" <me_at_yahoo.com> wrote in message news:3b752b89.686442301_at_news.mn.mediaone.net...Received on Sat Aug 11 2001 - 08:19:50 CDT
> I am having problems running Oracle SQL Plus v3.3.4.0.0.
>
> When I run a simple sql stmt like below it just write another line
> below the sql stmt. There is an " *" before the last line, I must be
> ending it incorreclty. What do you think I am doing wrong?
>
> SQL>
> 1 Select
> 2 *
> 3 From
> 4* Anywhere
> 5
>
> Thank You!!
> Scott
>
>
![]() |
![]() |