2
I am trying to make the following select and it returns me the error The multi-part Identifier "..." could not be bound in Importacontratoaux.Contratoid
select AreaReclamacao.Descricao from AreaReclamacao
inner join Contrato on Contrato.Id = ImportaContratosAux.ContratoId
inner join ImportaContratosAux on ImportaContratosAux.EmpresaId = AreaReclamacao.EmpresaId
where Contrato.Id = '4100001124'