Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: SQL
Miscellaneous
Thread ID:
00222582
Message ID:
00222606
Views:
21
>>In using Oracle's SQL*PLUS, is there any way to have the last several commands typed to reappear or does one have to always retype things?
>>SQL>
>
>You can copy and paste in the sql window.
>For selects the 'l' key lists the previous select and you can change any part of it with the 'c' key. For instance the list might return...
>
>1. select * from db
>2. where field1 > 10 ;
>
>you can then type l2 (list line 2)
>and change c/10/5/ to change 10 to 100
>
>type '/' to rerun the sql
>'l' list would return
>
>1. select * from db
>2. where field1 > 5 ;

I see, but even this seems basic and takes me back about 10-15 years in terms of user friendliness. Is there another way? Have you seen foxpro's editable command window?
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform