SQL*Plus User's Guide and Reference Release 8.1.5 A66736-01 |
|
SQL*Plus Commands from Earlier Releases, 11 of 14
Sets the number of spaces between columns in output. The maximum value of n is 10.
SET SPACE {1|n}
The SET SPACE 0 and SET COLSEP " commands have the same effect. This command is obsoleted by SET COLSEP, but you can still use it for backward compatibility. You may prefer to use COLSEP because the SHOW command recognizes COLSEP and does not recognize SPACE.
|
Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|