Set the column length in an sql query
GaillimhApr 28 2011 — edited Apr 28 2011Hi,
Is there a way to set the column length in a query without using sqlplus commands like row size and format column.
I'd like to do it just from the sql query itself.
select 'this is a test' from dual; Can I define the width of this column in the select statement
Cheers.