Files
2024-08-31 12:07:21 +03:00

10 lines
492 B
SQL

USE "Gwent - The Witcher Card Game"
INSERT INTO Players(name, totalMatches, totalWins, totalLosses, totalDraws, reward_points, scraps, ores, meteorite_powder, rank)
VALUES
('Sif_Great_Wolf', 680, 430, 238 ,12, 1241, 543,654,534,0),
('Nik-r', 572, 372, 194, 6, 534, 5355, 6546, 22, 0),
('lerio2',310, 210, 94, 6, 532, 654, 636, 367, 0),
('Mya-Mon369EX', 574, 363, 205, 6, 432, 543, 5235, 6543, 0),
('Daniel.Cujba.54', 0,0,0,0,0,10170,47,985,25),
('RaChid-bhk', 56,19,22,15,443,656,255,543,11)