Hi guys,
I am trying to spool the contents of a table using a WHERE clause. The table has 22 fields. While the statement executes without any problems, the spooled file shows only values for the first 17 columns.There is data in the last 5 fields too.If I do a simple select, i get all the 22 fields' data.
The same procedure when repeated for another table containing 20 fields, the output in the spool file shows all 20.
Can sombody be able to tell me what may be the problem with the first table?
Thanks
manjunath
02-23-2001, 05:08 PM
rcaballe
Maybe if you change the buffer width
02-23-2001, 05:40 PM
manjunathk
Thanks Ramon, it worked.
Can you tell me, in sql workshhet, how to go about changing the buffer width?I know in the sql plus, but i am not able to change it in worksheet though.
Thanks again
manjunath
02-23-2001, 06:13 PM
rcaballe
I was searching, no luck.
All I can say is that everyone is complaining about Worksheet.
Sorry.
02-23-2001, 11:29 PM
omegamark
In 8i you can do export on where clause...
Just try that also once...