Learning about Mysql Accounts, there is something I like to ask for. I have made some database tests as root mysql with [gastonv@telenetPC ~]$ mysql -u root -p Enter password:
I have a table of transactions for users. I want to return the last transaction for each user. What would the mysql statement be? What if i wanted to return the last 3 transactions for each user?