|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
### data output
I am a beginner in SQL Plus and I have written a simple query which should return basic quantities. Instead of the quantities, I am receiving ###### in those columns. I have checked the tables themselves and the quantities look normal. I have also re-formatted the column and expanded the linesize. Any ideas why I'm getting these symbols?
|
|
#2
|
|||
|
|||
|
It means the output format for the column is not wide enough to fit the value Oracle wants to put there.
|
|
#3
|
|||
|
|||
|
use the COL statement to change the format
eg., Code:
COL mytable.column_name FORMAT 99999999 |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > ### data output |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|