Error description: 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 'GROUP BY p.id ORDER BY p.posicion ASC limit 4' at line 1
SELECT pd.id, pd.nombre, p.id, p.marca_id FROM productos p, productos_detalles pd, lineas_productos lp WHERE p.id = pd.producto_id AND lp.producto_id = p.id AND p.publicado = 1 AND lp.categoria_id = GROUP BY p.id ORDER BY p.posicion ASC limit 4