MySQL Fehler #1064

  • Hallo Towner,
    ich wollte gerade Möbel einfügen doch bekomme immer diesen MySQL Error #1064 (#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 '' at line 1 )

    SQL
    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`); VALUES
    (73783342, 'br_mjmj', 'br_mjmj', 's', 1, 1, 1, '0', '0', '0', 73783343, '1', '1', '1', '1', '1', 'vendingmachine', 4, '24');
    (73783344, 'ddicemj', 'ddicemj', 's', 1, 1, 1, '0', '0', '0', 73783345, '1', '1', '1', '1', '1', 'dice', 4, '0');
    (73783346, 'mjegg', 'mjegg', 's', 1, 1, 1, '0', '0', '0', 73783347, '1', '1', '1', '1', '1', 'default', 4, '0');
    (73783348, 'ten-bn_turntable', 'ten-bn_turntable', 's', 1, 1, 1, '0', '0', '0', 73783349, '1', '1', '1', '1', '1', 'default', 4, '0');
    (73783350, 'mjicecr', 'mjicecr', 's', 1, 1, 1, '0', '0', '0', 73783351, '1', '1', '1', '1', '1', 'vendingmachine', 4, '4');
    (73783352, 'mjplow', 'mjplow', 's', 1, 1, 1, '1', '1', '0', 73783353, '1', '1', '1', '1', '1', 'default', 4, '0');
    (73783354, 'mjsmokemach', 'mjsmokemach', 's', 1, 1, 1, '0', '0', '0', 73783355, '1', '1', '1', '1', '1', 'default', 2, '0');
    (73783356, 'mjthro', 'mjthro', 's', 1, 1, 1, '1', '1', '0', 73783357, '1', '1', '1', '1', '1', 'default', 4, '0');

    Habe hier im Forum darüber auch nichts weiteres gefunden.
    Danke im voraus für eure Hilfe ! :P

    ZpLu2cw.png

  • Versuch:

    SQL-Abfrage
    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`) VALUES
    (73783342, 'br_mjmj', 'br_mjmj', 's', 1, 1, 1, '0', '0', '0', 73783343, '1', '1', '1', '1', '1', 'vendingmachine', 4, '24')
    (73783344, 'ddicemj', 'ddicemj', 's', 1, 1, 1, '0', '0', '0', 73783345, '1', '1', '1', '1', '1', 'dice', 4, '0')
    (73783346, 'mjegg', 'mjegg', 's', 1, 1, 1, '0', '0', '0', 73783347, '1', '1', '1', '1', '1', 'default', 4, '0')
    (73783348, 'ten-bn_turntable', 'ten-bn_turntable', 's', 1, 1, 1, '0', '0', '0', 73783349, '1', '1', '1', '1', '1', 'default', 4, '0')
    (73783350, 'mjicecr', 'mjicecr', 's', 1, 1, 1, '0', '0', '0', 73783351, '1', '1', '1', '1', '1', 'vendingmachine', 4, '4')
    (73783352, 'mjplow', 'mjplow', 's', 1, 1, 1, '1', '1', '0', 73783353, '1', '1', '1', '1', '1', 'default', 4, '0')
    (73783354, 'mjsmokemach', 'mjsmokemach', 's', 1, 1, 1, '0', '0', '0', 73783355, '1', '1', '1', '1', '1', 'default', 2, '0')
    (73783356, 'mjthro', 'mjthro', 's', 1, 1, 1, '1', '1', '0', 73783357, '1', '1', '1', '1', '1', 'default', 4, '0');

  • Danke

    ZpLu2cw.png

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!