reduce size column header
Hello
I would like to reduce the size of the header in my sql . How can I reduce the number of the heading underlines -------------- to 10 chars ?
$ select substr(quellen_bez,1,10) "heading" from gift61.adb_qu_liste_de
results:
heading
------------------------------ <<<<<!!!!!! here !!!!
DINSDB_Hoe
DINSDB_Hoe
1190 rows selected.
thanks regards
Giorgio
I would like to reduce the size of the header in my sql . How can I reduce the number of the heading underlines -------------- to 10 chars ?
$ select substr(quellen_bez,1,10) "heading" from gift61.adb_qu_liste_de
results:
heading
------------------------------ <<<<<!!!!!! here !!!!
DINSDB_Hoe
DINSDB_Hoe
1190 rows selected.
thanks regards
Giorgio
0