Q: If I have two tables joined together, and I want to get (*)
from the first table, I mean all the fields of the first table.
Shall I write all the fields names of the first table in the query? Or is there some way to select * just from the first table.