After Work
The best club in Chicago
for Chicago Singles is
Highlife Adventures!
Kyoto Sushi
in Chicago, on Lincoln Ave.
Moody's Pub
in Chicago, has great burgers
Skylark
in Chicago, on Halsted .. excellent beer selection!
|
Oracle
»
PL-SQL
»
SQL-Plus
»
Editing-SQL
Editing SQL within SQL-Plus
Setting the editor in SQL-Plus
Setting the editor in sql-plus allows you to type "ed" and alter your SQL, without
having to re-type. For windows, set the editor to notepad.exe.
At the SQL Plus prompt, type this command to set the editor.
define _editor=vi
|
|
|
|