Eror Syntax Bueno, tengo este sql
Código:
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`) VALUES
(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');
Y el phpmyadmin me devuelve este error
Código:
#1064 - 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 '30000140, '1', '1', '1', '1', '1', 'default', 1, '0', '0'), (30000141, 'Stonesy' at line 4
La verdad no se que puede ser :S ayudenme |