how to display table data more clearly. in oracle sqlplus
- by Nubkadiya
here is the way my sqlplus display the table data.
but i want to show them as
Name | Address |
name1 | address1 |
name2 | address2 |
name3 | address3 |