I am an absolute newbie with MySQL and other than basic select functions I don't know much more! I have been reading various posts about joining Queries etc But it's currently going over my head far too much to be able to build what I need and I'm short of time to learn!
So would anyone be able to pull me together a query to work out the below, please?
I have 3 tables which contain fields below that I need to use.
Accounts
i_account,
id,
i_env (this value would be =2),
first_usage_time
UA
i_ua,
mac,
inventory_id,
description
UA_Links
i_ua,
i_account
So as you can see the table UA_Links contains the two fields that tie the UA and Accounts tables together.
What I need to do is, output from the Accounts table, id and first_usage along with the mac, inventory_id and description from the UA table.
Hopefully that makes sense?
Many thanks in advance Mike