I have first names stored in one table and last names stored in another. I know this is silly but I am trying out different things as I’m just starting with MySQL. Anyway is it possible to select the first name from one table and the last name from another in one query? And put the result inside a PHP variable?
Share
You must have something that binds the two tables together, that is a common
key. Something likeIdin the example below:In that case you can get the full name as: