We can display the table very clearly in sqlplus by following simple steps,
1. First set the page size and line size
Eg: set pagesize 10000 linesize 100
2.Format the column of the table that you are querying
Eg: column columnname format a20
Eg: column Telephone format 99999999
Comments
Post a Comment