Hi every one,
I've a little problem to acheive this query.
There is table with the following fields:
Empl_No
Date(Numeric)
Group_Nr
Now the datas:
001 001 001 001
5400 5440 5470 5485
A B C A
I need to retrieve the group at a distinct date; for example
I need the last group for the date before 5475. The result is C.
Any help will be appreciated.
Thanks in advance ;-)
I've a little problem to acheive this query.
There is table with the following fields:
Empl_No
Date(Numeric)
Group_Nr
Now the datas:
001 001 001 001
5400 5440 5470 5485
A B C A
I need to retrieve the group at a distinct date; for example
I need the last group for the date before 5475. The result is C.
Any help will be appreciated.
Thanks in advance ;-)