I have a numeric filed called Ship_ID in table which is typ VARCHAR2(6)
When i desplay the result of my query it displays in following format
SHIP_ID
----------
72
The width is 10 space long. I will not exceed for short term width more then 4 spaces. How can i reduce the size of the field on display to only 4 spaces like below
SHIP
ID
----
72
When i desplay the result of my query it displays in following format
SHIP_ID
----------
72
The width is 10 space long. I will not exceed for short term width more then 4 spaces. How can i reduce the size of the field on display to only 4 spaces like below
SHIP
ID
----
72