LoginSignup
1
1

More than 5 years have passed since last update.

[Oracle]SQL*Plus で COLUMN FORMAT の設定を確認する

Last updated at Posted at 2016-06-05
実行例
SQL> col
COLUMN   SERIAL# ON
FORMAT   999999

COLUMN   sid ON
FORMAT   99999

COLUMN   PROCESS ON
FORMAT   a10

COLUMN   OSUSER ON
FORMAT   a10

COLUMN   TERMINAL ON
FORMAT   a10
参考

現行のすべての列表示属性を表示するには、句を指定せずに、COLUMNを入力します。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1