Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange result accesing numeric field
Message
 
 
À
10/07/2000 05:45:22
Information générale
Forum:
Oracle
Catégorie:
Autre
Divers
Thread ID:
00389920
Message ID:
00390361
Vues:
12
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform