Creating user defined number format function to
dbo.format_number (1234), dbo.format_number (-1234.05), results are:
1,234 and -1,234.
Siccolo helps MS SQL Server professionals save time and increase their productivity by utilizing a more efficient approach to database management - use their Windows Mobile empowered device while sipping margarita on the beach. Siccolo extends support from mobile devices for Microsoft SQL Servers
Showing posts with label convert money. Show all posts
Showing posts with label convert money. Show all posts
Tuesday, February 26, 2008
sql currency format and sql format currency
Creating user defined currency format function to
select dbo.format_currency (1234), dbo.format_currency (-1234.05), results are:
1,234.00 and -1,234.05.
select dbo.format_currency (1234), dbo.format_currency (-1234.05), results are:
1,234.00 and -1,234.05.
Friday, August 24, 2007
Format to "Currency" with SQL
see it at Siccolo Articles - How to Create SQL Function To Format To Currency
Subscribe to:
Posts (Atom)
Exception handling -> "bubble up
Exception handling -> "bubble up" Exception handling (#1) try { ... // might fail ... } ca...
-
see it at Siccolo Articles - How to Create SQL Function To Format To Currency
-
SQL Sever - How to Create a Directory (Folder) - Using xp_cmdshell and mkdir command
-
new artcle at Siccolo - How to open Dataset From Comma delimited (CSV) File - Reading CSV files - Parsing CSV Files