Gracias por contestar, mira al ejecutar me lanza esto:
Mens. 207, Nivel 16, Estado 1, Línea 8
Invalid column name 'Nombre'.
Mens. 207, Nivel 16, Estado 1, Línea 8
Invalid column name 'Nombre'.
creo que no reconoce las etiquetas M1.Nombre AS idSupIntendente1, M2.Nombre AS idSupIntendente2
Cita:
Iniciado por Libras en teoria el query deberia de funcionar solo agregale esto:
Código SQL:
Ver originalSELECT M1.Nombre AS idSupIntendente1, M2.Nombre AS idSupIntendente2
FROM ACResponsables
INNER JOIN AoSubContratos M1 ON
ACResponsables.IdResponsable=M1.idSupIntendente1
INNER JOIN AoSubContratos M2 ON
ACResponsables.IdResponsable=M2.idSupIntendente2