Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting blank numeric column into a query
Message
De
04/04/2005 11:06:54
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01001211
Message ID:
01001218
Vues:
41
>How do I insert a blank column into a query of type numeric(10,2)?
>
>Instead of Amt below being 0, I want to be able to make it numeric(10,2).
>
>SELECT SPACE(20) as PO, 0 a Amt, nbalance from filea
>
>
>
>Thanks in advance


try this
SELECT  SPACE(20) as PO, 0000000.00 as Amt, nbalance from filea
hope this helps
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform