Error -- []
- Error al procesar tareas:
Query: SELECT P.ID, P.Titulo, A.Autor,P.PVP, P.ISBN, P.EAN, P.Imagen, PN.N1, N1.N1_Desc, PN.N2, N2.N2_Desc, PN.N3, P.NumColeccion, S.Tipo FROM Productos as P LEFT JOIN Productos_Niveles AS PN ON P.ID = PN.IDP LEFT JOIN Nivel1 AS N1 ON PN.N1 = N1.N1 LEFT JOIN Nivel2 AS N2 ON PN.N2 = N2.N2 LEFT JOIN Soportes AS S ON P.Soporte = S.ID LEFT JOIN LibrosAutores as LA ON (P.id = LA.idproduc) LEFT JOIN Autores AS A ON (LA.IDAut = A.ID) WHERE
CodErr:1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
|
|||||||||||||
|
|||||||||||||