I have the following query
SELECT IdentificadorAutomovil, Automovil.Titulo, Automovil.Precio, Automovil.Anio, Automovil.Kilimetros, Automovil.Ubicacion, Imagenes.Imagenes
FROM Automovil INNER JOIN Imagenes
ON Automovil.IdentificadorAutomovi...
asked by
21.09.2017 / 16:22