I have a table with records including multiple dates per record. One person had multiple transactions on multip[le dates. I have to find the min date, first date of transaction and last date of transaction and the amount withdrawn/deposited on those 2 transactions.
I am open to crreating 2 separate tables saying first transaction and last transaction. or having 1 table with both the information.
When I am using min date funstion its giving me min of the date column and not per record.
Any help is much appreciated