20leafclover
Programmer
Can you help
In this example:
ABC DEF
Num Num Note
101 101 test1
test2
test3
102 102 test1
test2
test3
(1)How can I retrieve ONLY the LAST NOTE for Each Num field.
I want to retireve ONLY: 101 - test3, 102 - test3
(2) What is the SQL equivilant statement to do this same thing ?
In this example:
ABC DEF
Num Num Note
101 101 test1
test2
test3
102 102 test1
test2
test3
(1)How can I retrieve ONLY the LAST NOTE for Each Num field.
I want to retireve ONLY: 101 - test3, 102 - test3
(2) What is the SQL equivilant statement to do this same thing ?