Sql command line is not displaying output properly
Hi All,
I am having problem in displaying sql command outputs in proper format. I don't know what setting has to be done so that the output shows in tabular format which currently being displayed in unreadable format.
For instance, if a table consist of may columns( more than 10) and we write a command,
select * from <table_name>;
It doesn't display the output in tabular format which is caused by incorrect tabbing of the fields.
Would any one please suggest me what setting I should do in sql command editor before writing any command?
Edited by: san_crazy on Apr 12, 2012 6:28 AM