I have two tables
USER and TRANSACTION
i want to choose the data from TRANSACTION table for last one year if the USER has made any transaction in the last month
USER and TRANSACTION table are connected using USER_ID
how can it will be achieved?
1 Answer