Hello fellows,
I have a situation here, and maybe some of you could help.
I am using sqlplus, and a user asked to execute a "select *" query and send the output.
The problem is that the table has many columns, and the resultset was unformatted, i tried to format all the columns, but i couldn't solve it. The better thing that i've got was doing 'set markup html on', and give the output in xls.
Do you guys know another way to solve this issue ?
Thanks.