Respuesta: Eror Syntax Parece que tenías un caracter de control o algún tipo de caracter extendido metido en un valor numérico.
Es probable que haya sido algo accidental, o es producto del origen de datos.
Te sugiero que uses el MYSQL Workbench para hacer pruebas porque tiene un corrector sintactico que te puede mostrar bien estas cosas.
Código MySQL:
Ver originalINSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) (1000304, 'gm_tttrftablec', 'gm_tttrftablec', 's', 1, 1, 1, '0', '0', '0', 1000304, '1', '1', '1', '1', '1', 'default', 1, '0', '0'), (1000305, 'gm_tt2rftablec', 'gm_tt2rftablec', 's', 1, 1, 1, '0', '0', '0', 1000305, '1', '1', '1', '1', '1', 'default', 1, '0', '0'), (30000140, 'Stonesy_bar1', 'Stonesy_bar1', 's', 1, 1, 1, '0', '0', '0', 30000140, '1', '1', '1', '1', '1', 'default', 1, '0', '0'), (30000141, 'Stonesy_bar2', 'Stonesy_bar2', 's', 1, 1, 1, '0', '0', '0', 30000141, '1', '1', '1', '1', '1', 'default', 1, '0', '0'), (1000110, 'gm_statueoonno', 'gm_statueoonno', 's', 1, 1, 1, '0', '0', '0', 1000110, '1', '1', '1', '1', '1', 'default', 1, '0', '0'), (10000053, 'gm_joshuaaiono', 'gm_joshuaaiono', 's', 1, 1, 1, '0', '0', '0', 10000053, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
__________________ ¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores constantemente... "El problema es la interfase silla-teclado." (Gillermo Luque) |