I
IgorM
Hi
How can I query a table with the following data:
CreditorName, CreditorID, Value
so the date is summed up by Value (there are multiple entries for one
Creditor) and grouped in the following way:
from 0 to 5000
from 5001 to 10000
from 10001 to 1000000
more than 1000000
So I don't whant to see sums of the value column. I just want to see the
Creditor name and ID within the give value groups.
Thanks for any help
IgorM
How can I query a table with the following data:
CreditorName, CreditorID, Value
so the date is summed up by Value (there are multiple entries for one
Creditor) and grouped in the following way:
from 0 to 5000
from 5001 to 10000
from 10001 to 1000000
more than 1000000
So I don't whant to see sums of the value column. I just want to see the
Creditor name and ID within the give value groups.
Thanks for any help
IgorM