G
Guest
In using SQL in access 2000
In a table contains two field: serial_num , date,
for example
serial_num date
1 2004/1/1
2 2004/1/1
1 2004/1/2
When I type
Select serial_num max(date) As Max_date group by serial_num.
Error occurs
I can't get the record which has maximum date.
How could I do it?
Thx
In a table contains two field: serial_num , date,
for example
serial_num date
1 2004/1/1
2 2004/1/1
1 2004/1/2
When I type
Select serial_num max(date) As Max_date group by serial_num.
Error occurs
I can't get the record which has maximum date.
How could I do it?
Thx