|
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 'LIMIT 0,8' 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 = 8 and i.created<=1231493811 ORDER BY LIMIT 0,8 | |