Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Suppressing a column heading
I have a developer here who would like to suppress a column heading
for one column but have it normal for the rest. The following is an
example of what he wants.
select col1, col2, col3
from table1;
col1 col2 ------ ------ value value value
Is this possible?
![]() |
![]() |