Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert commas in the output of a SELECT-SQL command
Message
 
 
À
17/04/2007 15:59:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01217009
Message ID:
01217012
Vues:
8
>I have SQL command which returns the character value of a numeric file STR(A,10,0). A can be from 1 to 999999999. I would like to display as 1234567 as 1,234,567. If I use TRANSFORM(STR(A,10,0),'@R '9,999,999,999;) I get extra commas, i.e 1234 is displayed as ' , , 1,234'. Is it possible to get rid of the extra commas? If so what is the correct syntax for the TRANSFORM command or if it is the wrong command what is the correct command.
?TRANSFORM(839439,'@ 999,999,999,999')
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform