|
-
Apr 8th, 2013, 11:42 AM
#1
Thread Starter
Member
Sorting Amount By Currency
I wanted to sort all amounts by their respective currency.
Below is the output that i wanted.
AUD: xxx.xx
JPY: xxx.xx
SGD: xxx.xx
EUR: xxx.xx
I'm trying this code but it is not working. Hope you can help me to generate the output.
SELECT RefNumber, ProdCode, Amount, Currency,TraDate, AccOff
FROM tblSample
ORDER BY Currency

Thank you in advance.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|