TRANS_TBL (Customer Transaction Table) :
Cust_Id, Acct_Id, Trans_Id, Trans_Amount, ... , Trans_Date, Trans_Time
(table has no TimeStamp col)
I want to select the last transaction (based on Trans_Date and Trans_Time) for each customer and account.
A customer can have several accounts.
Any help ?