|
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 'and i.created<=1228165839 ORDER BY i.created DESC LIMIT 0,9' at line 1SELECT i.*, u.nombre as usuario, c.nombre as categoria_nombre FROM items i, usuarios u, categorias c WHERE u.id = i.id_usuario and c.id = i.categoria_id AND categoria_id = 14 AND subcategoria_id = and i.created<=1228165839 ORDER BY i.created DESC LIMIT 0,9 | |