If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
That's a column alias, so if you put this through MySQL command line you will see the COLUMN for teamname is called "Team" and NOT "teamname" any longer.
If you want a table alias then use the same (after the table name).
That's a column alias, so if you put this through MySQL command line you will see the COLUMN for teamname is called "Team" and NOT "teamname" any longer.
If you want a table alias then use the same (after the table name).
Thanks for your help!
I can use SQL practically, but i am clearly missing a lot of theory!