MySQL Query Error Script MySQL Query Error 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ORDER BY 1 DESC' at line 1Query : SELECT a.idproductotipo,a.nombre,a.descripcion FROM gen_productos_tipo a INNER JOIN gen_empresas b ON b.idempresa = a.idempresa WHERE a.estado = '1' AND a.idempresa = ORDER BY 1 DESC;
MySQL Query Error Script sin_nombreMySQL Query Error 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND idclasificacion = '5' ORDER BY 2' at line 3Query : SELECT idproducto,descripcion FROM gen_productos WHERE estado = '1' AND idempresa = AND idclasificacion = '5' ORDER BY 2; [SELECCIONE] No hay Registros
[SELECCIONE] No hay Registros