0
When doing the sequinte query
select * FROM conta
It brings me the columns, being that the id_fornecedor
comes from the table fornecedor
id | id_fornecedor | conta_status
1 | 1 | S
I would like to bring beyond the id_fornecedor
his name too.
Which table his name is in ?
– stringnome
table name is supplier
– Guilherme Lima
Insert her structure into the question just like you did in the table account.
– stringnome