G
Guest
forum
Can anybody tell me how to find the last records found in a query
Lets say I have a unique Pk combination of fileds A,B and C. The query should pick only the last record (1 record only) in every distinct A and B
eg:
Say I have these 4 records
-ValueA,ValueB, ValueC
-ValueA,ValueB, ValueC
-ValueA,ValueB1,ValueC
-ValueA,ValueB1,ValueC
The result of the query should find 2 records
-ValueA,ValueB,ValueC2 an
-ValueA,ValueB1,ValueC
Anyone can help
Thanks
Djoezz
Can anybody tell me how to find the last records found in a query
Lets say I have a unique Pk combination of fileds A,B and C. The query should pick only the last record (1 record only) in every distinct A and B
eg:
Say I have these 4 records
-ValueA,ValueB, ValueC
-ValueA,ValueB, ValueC
-ValueA,ValueB1,ValueC
-ValueA,ValueB1,ValueC
The result of the query should find 2 records
-ValueA,ValueB,ValueC2 an
-ValueA,ValueB1,ValueC
Anyone can help
Thanks
Djoezz