I have two tables. In the first one there is a column called id. I want to select some of these IDs, and to choose from the other table the rows that have these IDs. How do I do that?
I have two tables. In the first one there is a column called id
Share
You need to learn SQL joins.