I have transaction table in which i am storing transaction user wise. i need last n transaction userwise. What is best way to find last n transaction group by userId. OR to store last n transaction in other meta table is good way. Plz help me, because I have to send to client last 10 transaction userwise.
What is best solution. I am using mysql database.
How can we create view of last 10 transaction of each user...is it possible??