I have an sql data base that I connect to via MS Access.
Table has customer transactions...Each transaction has a unique id
Using the TOP predicate I can get the 2 most recent transactions in the table. The problem is that
I wish to return the last 2 transactions for every customer.
Any suggestions oh how I could go about doing this would be greatly appreciated.
Thanks
Table has customer transactions...Each transaction has a unique id
Using the TOP predicate I can get the 2 most recent transactions in the table. The problem is that
I wish to return the last 2 transactions for every customer.
Any suggestions oh how I could go about doing this would be greatly appreciated.
Thanks