Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange result accesing numeric field
Message
From
10/07/2000 13:30:11
 
 
To
10/07/2000 05:45:22
General information
Forum:
Oracle
Category:
Other
Miscellaneous
Thread ID:
00389920
Message ID:
00390361
Views:
11
Tim's answer is correct at the update side, of course you could make the fields default to 0.
To get the results out through ISP, you may need to do something different in your select
myselstr = SELECT a,b, DECODE(numfield, NULL,'0', TO_TEXT(numfield)) from whatever;
sqlexec(myselstr);
If you need to do calculations from the select, just convert to text at the output
Previous
Reply
Map
View

Click here to load this message in the networking platform