2
I need to make a select in the machine table, but when I run my command
select maq.maqNip, equi.* from tblMaquina maq
join tblEquipamento equi on equi.equId = maq.maqTipoEqui;
the following result comes out and I wanted the brand name to appear, the model and not just your ID.
Could someone help me link these three tables?
Just make one more Join with the Tag table through Doz Equipment attributes.Brand = Brand.ID, which seem to have dieferent names on their real tables.
– anonimo