hgus393
Registered User.
- Local time
- Today, 07:33
- Joined
- Jan 27, 2009
- Messages
- 83
Hi all,
I am trying to format my union query with a thousand separator but it is not working all that well. This is what I have so far. Does anyone have a clue?
Bob
I am trying to format my union query with a thousand separator but it is not working all that well. This is what I have so far. Does anyone have a clue?
Bob
Code:
SELECT [DATE],[CATEGORY], [X],FORMAT([SumOfAmount],"# ## 0.00") AS FROM [a]
UNION SELECT [DATE],[CATEGORY], [X],FORMAT([SumOfAmount],"# ## 0.00") AS FROM [b]