SET HEADING
Syntax
SET HEADING ON|OFF;
Description
Switches the output of column headings on or off. Preset to "ON".
Examples
SQL_EXA> set heading off;
SQL_EXA> select * from ty;
Results
A | B |
---|---|
11 | Meier |
44 | Schmitt |
45 | Huber |
19 | Kunze |
87 | Mueller |
99 | Smith |
125 | Dooley |
33 | Xiang |
442 | Chevaux |