Hi,
I have a question regarding join query syntax:
In my DB there are Users table, and Transactions table (which has
'TransactionDat e' and 'UserName' fields). I would like to display a
list of all users (each user will appear only once), and for each user
- his last transaction date.
Please advice.
Thanks,
Yaron
I have a question regarding join query syntax:
In my DB there are Users table, and Transactions table (which has
'TransactionDat e' and 'UserName' fields). I would like to display a
list of all users (each user will appear only once), and for each user
- his last transaction date.
Please advice.
Thanks,
Yaron
Comment