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: buffer:

Re: buffer:

From: Van Messner <vmessner_at_netaxis.com>
Date: Mon, 28 Dec 1998 16:28:34 -0500
Message-ID: <7OSh2.95$uV6.338@news6.ispnews.com>


In SQL+ type the bad line number then do a c/../.. example

select
 column_neme
from
 table_name
where
 column_name > 10;

>list

1 select
2 column_neme
3 from
4 table_name
5 where
6 column_name > 10

>2

column_neme
c /neme/name/

List again and you'll see the change. For lots of changes define a text editor and make the changes there.

Van

christoph erdt wrote in message <3683ed98.291672_at_news.halcyon.com>...
>I am a beginner in SQL and like to know how to acces the buffer in
>order to correct typing mistakes after I jump several lines down in
>code . Now I have to retype it all from the beginning (first line)
>Cannot use the mouse to edit code and go back and undo, is there any
>way to anable it -please give me some advice.....tks
Received on Mon Dec 28 1998 - 15:28:34 CST

Original text of this message

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