Hello..
How can I use a select statement to get this result:
(for example for month August)
day - ticket number - Total Amount
1 - 1 (to) 30 - 329.50
2 - 31 (to) 52 - 409.50
3 - 53 (to) 64 - 59.50
4 - 65 (to) 75 - 829.50
etc till day 31
all in one row per day.
thanks..
How can I use a select statement to get this result:
(for example for month August)
day - ticket number - Total Amount
1 - 1 (to) 30 - 329.50
2 - 31 (to) 52 - 409.50
3 - 53 (to) 64 - 59.50
4 - 65 (to) 75 - 829.50
etc till day 31
all in one row per day.
thanks..