Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Sue writes "I am trying to format a money datatype to include commas when a results set is returned.In oracle, the following statement: select '$'||to_char(amount_billed, '99G999D00') from Cust_orders;Would return the following results set: