Re: Currency Format with Comma Delimination
From: Dan (dannyjoered_at_aol.com)
Date: 06/02/04
- Next message: Anith Sen: "Re: Finding available customer numbers"
- Previous message: Mac: "Re: Finding available customer numbers"
- In reply to: Vishal Parkar: "Re: Currency Format with Comma Delimination"
- Next in thread: Vishal Parkar: "Re: Currency Format with Comma Delimination"
- Reply: Vishal Parkar: "Re: Currency Format with Comma Delimination"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Jun 2004 07:33:03 -0700
That works good to put the $ sign in. But is there also a
way to put the commas in?
>-----Original Message-----
>Use CONVERT function to do this.
>
>Try something as:
>
>SELECT '$'+ CONVERT(VARCHAR(50), money_column, 1) AS
column_name
>FROM <table>
>
>
>--
>Vishal Parkar
>vgparkar@yahoo.co.in | vgparkar@hotmail.com
>
>
>.
>
- Next message: Anith Sen: "Re: Finding available customer numbers"
- Previous message: Mac: "Re: Finding available customer numbers"
- In reply to: Vishal Parkar: "Re: Currency Format with Comma Delimination"
- Next in thread: Vishal Parkar: "Re: Currency Format with Comma Delimination"
- Reply: Vishal Parkar: "Re: Currency Format with Comma Delimination"
- Messages sorted by: [ date ] [ thread ]