First We have to Set the Page size and Line size to 100.
SQL > set linesize 100;
SQL> set pagesize 100;
If we are not Setting page and Linesize then Columns and Rows will not appear Properly.
Before Example for Page and Line Size.
After Page and linesize set to 100. (Below Screen Shot)
No comments:
Post a Comment