G
Guest
I have a table which containes ddate, and number. I need a query to get only
the numbers for a month depending on the max date in the table. Example
if tabel containes, the query should show
ddate number 11/1 1300 only
9/1 1200
10/1 1000
10/12 2000
11/1 1300
If I check for month(ddate) = month(max(ddate)), I am getting an aggregate
not allowed error. Any ideas?
Thanks
the numbers for a month depending on the max date in the table. Example
if tabel containes, the query should show
ddate number 11/1 1300 only
9/1 1200
10/1 1000
10/12 2000
11/1 1300
If I check for month(ddate) = month(max(ddate)), I am getting an aggregate
not allowed error. Any ideas?
Thanks