I am using oracle SQLcl: Release 4.2.0.
When I issue this sort of select statement:
column COLUMN_A format a8
column COLUMN_B format a8
column COLUMN_C format a8
column COLUMN_D format a8
set linesize 1300
select * from table1 where rownum <= 10 order by 1;
I have the following issue:
COLUMN_A COLUMN_B COLUMN_C COLUMN_D
-------- -------- -------- --------
data1 text1 string1 date1
data2 text2 string2 date2
data3 text3 string3 date3
The data in the table output doesn't abide by the columns shown in the heading. Is there a setting that I can use so that the data in the columns fit properly in the table's columns?
I ssh into the machine that is running Oracle, via the Terminal app on a MacBook.
Maybe upgrade?
Latest version (18.3)
Execute via F5
Also make sure you're using a fixed width font for the Code Editor