Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert commas in the output of a SELECT-SQL command
Message
 
 
To
17/04/2007 15:59:02
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01217009
Message ID:
01217012
Views:
9
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform