1
Well, how do I query two sql tables? For example, I have a table Enterprise with the fields id,social reason, and cnpj. I also have another table, Subsidiary with the fields id,addressee,loan. I want to select from the first table using id, cnpj and a select from the second table using only the address.