|
Selecting from two tables
Okay so I pretty much know nothing of this, but what I'm trying to do is this:
I want to select all columns from a table called "updates", and one column (named "image") from a table called "portfolio".
I've been trying some things but I don't really have a clue and all I'm getting are errors.
When I look up on how to select information from to tables, I find all things like joining them with inner join and left join etc. But I was wondering what I need to do in this case and if these things are necessary.
|