Tema: Eror Syntax
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/11/2011, 13:53
Avatar de gnzsoloyo
gnzsoloyo
Moderador criollo
 
Fecha de Ingreso: noviembre-2007
Ubicación: Actualmente en Buenos Aires (el enemigo ancestral)
Mensajes: 23.324
Antigüedad: 17 años
Puntos: 2658
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 original
  1. INSERT 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`)
  2.     (1000304, 'gm_tttrftablec', 'gm_tttrftablec', 's', 1, 1, 1, '0', '0', '0', 1000304, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
  3.     (1000305, 'gm_tt2rftablec', 'gm_tt2rftablec', 's', 1, 1, 1, '0', '0', '0', 1000305, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
  4.     (30000140, 'Stonesy_bar1', 'Stonesy_bar1', 's', 1, 1, 1, '0', '0', '0', 30000140, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
  5.     (30000141, 'Stonesy_bar2', 'Stonesy_bar2', 's', 1, 1, 1, '0', '0', '0', 30000141, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
  6.     (1000110, 'gm_statueoonno', 'gm_statueoonno', 's', 1, 1, 1, '0', '0', '0', 1000110, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
  7.     (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)