קוד PHP:
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01032001, 2500, 1);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5101, 01032002, 4000, 2);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01032010, 6000, 3);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01032016, 80000, 4);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01022058, 35000000, 5);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01022060, 40000000, 7);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01012070, 25000, 8);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01012076, 25000000, 9);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01012077, 25000000, 10);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01012107, 25000000, 11);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01102004, 50000000, 12);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01102003, 50000000, 13);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01102028, 25000000, 14);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01082149, 25000000, 15);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 01072344, 5000000, 16);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 04006001, 2500, 17);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (5201, 2002019, 3000, 18);
INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(5201, 9201003);