I want to convert the following query into a view, but I still get the error mentioned above. This is my query:
SELECT C.id_pdmatriz, C.id_proveedor, C.Precio , x.Nombre , p.Nombre
FROM (
SELECT MIN(A.Precio) AS Precio , A.id_pdmatriz
FROM pro...
asked by
18.08.2017 / 17:37