# # DUMP FILE # # Database is ported from MS Access #------------------------------------------------------------------ # Created using "MS Access to MySQL" form http://www.bullzip.com # Program Version 5.1.242 # # OPTIONS: # sourcefilename=c:\Users\Gugi\Documents\Adatbaziskezeles\zh1_feladatok\Forma1\forma1.mdb # sourceusername= # sourcepassword= # sourcesystemdatabase= # destinationdatabase=forma1 # storageengine=MyISAM # dropdatabase=1 # createtables=1 # unicode=1 # autocommit=1 # transferdefaultvalues=1 # transferindexes=1 # transferautonumbers=1 # transferrecords=1 # columnlist=1 # tableprefix= # negativeboolean=0 # ignorelargeblobs=0 # memotype=LONGTEXT # DROP DATABASE IF EXISTS `forma1`; CREATE DATABASE IF NOT EXISTS `forma1`; USE `forma1`; # # Table structure for table 'eredmeny' # DROP TABLE IF EXISTS `eredmeny`; CREATE TABLE `eredmeny` ( `id` INTEGER NOT NULL AUTO_INCREMENT, `datum` DATETIME, `pilotaaz` INTEGER, `helyezes` INTEGER, `hiba` VARCHAR(255), `csapat` VARCHAR(255), `tipus` VARCHAR(255), `motor` VARCHAR(255), `privat` TINYINT(1) DEFAULT 0, INDEX (`id`), PRIMARY KEY (`id`) ) ENGINE=myisam DEFAULT CHARSET=utf8; SET autocommit=1; # # Dumping data for table 'eredmeny' # INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1, '1958-10-19 00:00:00', 369, 6, NULL, 'Temple Buell', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2, '1954-07-17 00:00:00', 460, 11, NULL, 'Sir Jeremy Boles', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (3, '1950-09-03 00:00:00', 42, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (4, '1951-10-28 00:00:00', 248, NULL, 'gyújtás', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (5, '1951-07-29 00:00:00', 721, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (6, '1951-05-30 00:00:00', 167, NULL, 'tengely', 'Ludson Morris', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (7, '1957-05-30 00:00:00', 645, 9, NULL, 'Phillips', 'Phillips', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (8, '1959-08-02 00:00:00', 597, 6, NULL, 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (9, '1960-05-30 00:00:00', 43, NULL, 'gyújtás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (10, '1953-05-30 00:00:00', 683, 9, NULL, 'JC Agajanian', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (11, '1950-05-21 00:00:00', 625, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (12, '1957-05-19 00:00:00', 83, NULL, 'karambol', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (13, '1955-05-22 00:00:00', 83, 9, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (14, '1952-05-18 00:00:00', 382, 2, NULL, 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (15, '1959-05-31 00:00:00', 19, 4, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (16, '1957-09-08 00:00:00', 1, 2, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (17, '1960-06-06 00:00:00', 743, NULL, 'futómû', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (18, '1954-08-01 00:00:00', 759, 8, NULL, 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (19, '1958-07-06 00:00:00', 452, NULL, 'motor', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (20, '1956-06-03 00:00:00', 83, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (21, '1956-01-22 00:00:00', 45, 6, NULL, 'Alberto Uria', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (22, '1960-05-29 00:00:00', 115, NULL, 'kizárták', 'Reventlow Automobiles Inc', 'Scarab', 'Scarab', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (23, '1956-05-30 00:00:00', 445, 1, NULL, 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (24, '1960-02-07 00:00:00', 150, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (25, '1956-08-05 00:00:00', 238, NULL, 'túlhajtás', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (26, '1954-01-17 00:00:00', 448, NULL, 'pályaelhagyás', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (27, '1955-06-05 00:00:00', 655, NULL, 'nem rajtolt el', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (28, '1952-06-22 00:00:00', 606, NULL, 'karambol', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (29, '1954-09-05 00:00:00', 248, NULL, 'kuplung', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (30, '1959-08-02 00:00:00', 238, 7, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (31, '1957-05-19 00:00:00', 238, NULL, 'kiállás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (32, '1957-05-30 00:00:00', 96, NULL, 'gázadagoló', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (33, '1950-05-13 00:00:00', 742, 10, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (34, '1951-07-29 00:00:00', 550, NULL, 'motor', 'Enrico Plate', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (35, '1958-08-24 00:00:00', 452, NULL, 'karambol', 'Temple Buell', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (36, '1951-09-16 00:00:00', 53, NULL, 'futómû', NULL, 'Ferrari', 'Ferrari', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (37, '1952-07-06 00:00:00', 714, 12, NULL, 'Scuderia Marzotto', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (38, '1959-07-18 00:00:00', 700, NULL, 'kicsúszás', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (39, '1952-09-07 00:00:00', 465, NULL, 'kizárták', NULL, 'HWM', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (40, '1950-05-30 00:00:00', 20, 2, NULL, 'Lou Moore', 'Deidt', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (41, '1950-09-03 00:00:00', 1, NULL, 'kiesett', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (42, '1954-07-17 00:00:00', 355, 15, NULL, 'Gould\'s Garage (Bristol)', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (43, '1951-05-30 00:00:00', 683, NULL, 'tûz', 'Carl Marchese', 'Marchese', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (44, '1958-06-15 00:00:00', 178, NULL, 'túlhajtás', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (45, '1954-07-04 00:00:00', 379, NULL, 'nem rajtolt el', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (46, '1953-07-05 00:00:00', 118, 12, NULL, 'Ecurie Belge', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (47, '1953-07-18 00:00:00', 721, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (48, '1951-07-01 00:00:00', 42, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (49, '1951-09-16 00:00:00', 729, 3, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (50, '1960-07-16 00:00:00', 222, 4, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (51, '1958-10-19 00:00:00', 54, NULL, 'motor', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (52, '1957-07-20 00:00:00', 178, NULL, 'kuplung', 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (53, '1954-07-04 00:00:00', 1, 1, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (54, '1954-09-05 00:00:00', 316, NULL, 'futómû', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (55, '1954-07-17 00:00:00', 786, NULL, 'karambol', 'Rob Walker Racing Team', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (56, '1956-08-05 00:00:00', 545, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (57, '1952-05-18 00:00:00', 240, NULL, 'gyújtás', 'Alfred Dattner', 'Simca-Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (58, '1953-09-13 00:00:00', 448, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (59, '1955-05-22 00:00:00', 448, NULL, 'gázadagoló', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (60, '1954-06-20 00:00:00', 532, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (61, '1956-08-05 00:00:00', 499, NULL, 'kiállás', 'Gilby Engineering Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (62, '1957-07-20 00:00:00', 448, 3, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (63, '1958-05-26 00:00:00', 275, 6, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (64, '1960-05-29 00:00:00', 381, NULL, 'kizárták', 'JB Naylor', 'JBW', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (65, '1955-01-16 00:00:00', 287, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (66, '1952-05-30 00:00:00', 555, 21, NULL, 'Roger Wolcott', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (67, '1955-05-22 00:00:00', 325, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (68, '1951-10-28 00:00:00', 59, NULL, 'motor', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (69, '1952-09-07 00:00:00', 483, NULL, 'kizárták', 'Ecurie Francorchamps', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (70, '1956-01-22 00:00:00', 599, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (71, '1958-05-18 00:00:00', 606, NULL, 'törés', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (72, '1953-05-30 00:00:00', 412, 12, NULL, 'Lee Elkins', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (73, '1954-07-17 00:00:00', 692, NULL, 'motor', NULL, 'Connaught', 'Lea', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (74, '1950-05-13 00:00:00', 118, 11, NULL, 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (75, '1957-01-13 00:00:00', 448, NULL, 'kuplung', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (76, '1952-09-07 00:00:00', 735, 15, NULL, 'Ecurie Richmond', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (77, '1958-07-19 00:00:00', 178, 6, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (78, '1958-10-19 00:00:00', 83, 1, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (79, '1952-05-30 00:00:00', 693, NULL, 'differenciálmû', 'Lee Elkins', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (80, '1952-07-06 00:00:00', 364, NULL, 'kuplung', NULL, 'Alta', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (81, '1959-09-13 00:00:00', 238, 7, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (82, '1954-08-01 00:00:00', 153, NULL, 'motor', 'Hans Klenk-Meteor', 'Klenk-Meteor', 'BMW', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (83, '1952-08-03 00:00:00', 32, NULL, 'olajnyomás', 'WS Aston', 'Aston', 'Butterworth', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (84, '1959-05-10 00:00:00', 695, NULL, 'karambol', 'John Fisher', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (85, '1955-01-16 00:00:00', 779, NULL, 'karambol', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (86, '1952-08-03 00:00:00', 579, NULL, 'nem rajtolt el', NULL, 'AFM', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (87, '1958-06-15 00:00:00', 140, NULL, 'motor', 'Francesco Godia-Sales', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (88, '1950-06-18 00:00:00', 315, 9, NULL, NULL, 'Alta', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (89, '1954-07-04 00:00:00', 248, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (90, '1953-07-18 00:00:00', 467, NULL, 'karambol', 'Ecurie Ecosse', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (91, '1958-08-03 00:00:00', 336, NULL, 'motor', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (92, '1960-06-19 00:00:00', 278, 6, NULL, 'Equipe Nationale Belge', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (93, '1956-08-05 00:00:00', 654, NULL, 'kiesett', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (94, '1960-11-20 00:00:00', 381, NULL, 'motor', 'JB Naylor', 'JBW', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (95, '1956-07-14 00:00:00', 325, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (96, '1954-05-31 00:00:00', 683, 12, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (97, '1954-08-01 00:00:00', 83, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (98, '1952-05-30 00:00:00', 421, 3, NULL, 'Ed Walsh', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (99, '1958-07-06 00:00:00', 275, NULL, 'motor', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (100, '1954-07-17 00:00:00', 193, NULL, 'kiesett', 'Scuderia Ambrosiana', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (101, '1958-05-18 00:00:00', 157, NULL, 'kizárták', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (102, '1959-05-30 00:00:00', 411, 7, NULL, 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (103, '1950-05-30 00:00:00', 139, 14, NULL, 'Jack Hinkle', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (104, '1959-05-30 00:00:00', 622, NULL, 'gyújtás', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (105, '1953-05-30 00:00:00', 577, 8, NULL, 'HA Chapman', 'Stevens', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (106, '1953-05-30 00:00:00', 33, NULL, 'karambol', 'Federal Auto Associates', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (107, '1953-07-05 00:00:00', 1, 2, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (108, '1960-07-03 00:00:00', 19, 7, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (109, '1952-07-19 00:00:00', 675, NULL, 'törés', 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (110, '1951-07-29 00:00:00', 438, NULL, 'sebességváltó', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (111, '1957-07-20 00:00:00', 83, NULL, 'kiesett', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (112, '1957-08-18 00:00:00', 394, 5, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (113, '1953-08-02 00:00:00', 560, NULL, 'kiesett', 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (114, '1957-07-07 00:00:00', 599, 3, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (115, '1951-05-27 00:00:00', 472, 14, NULL, 'Ecurie Belgique', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (116, '1952-07-19 00:00:00', 335, NULL, 'törés', 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (117, '1953-07-18 00:00:00', 419, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (118, '1959-05-30 00:00:00', 686, NULL, 'karambol', 'Lesovsky', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (119, '1952-06-22 00:00:00', 83, NULL, 'motor', 'ERA Ltd', 'ERA', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (120, '1953-05-30 00:00:00', 683, NULL, 'benzinfolyás', 'JC Agajanian', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (121, '1954-08-22 00:00:00', 779, NULL, 'benzinbefecskendezõ', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (122, '1951-10-28 00:00:00', 721, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (123, '1951-07-01 00:00:00', 42, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (124, '1954-09-05 00:00:00', 379, 9, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (125, '1957-07-20 00:00:00', 121, 8, NULL, 'Gilby Engineering Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (126, '1959-07-05 00:00:00', 606, NULL, 'dugattyú', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (127, '1960-07-03 00:00:00', 597, 10, NULL, 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (128, '1953-05-30 00:00:00', 144, 11, NULL, 'Jean Marcenac', 'Kurtis', 'Novi', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (129, '1955-07-16 00:00:00', 197, NULL, 'karambol', NULL, 'Connaught', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (130, '1952-09-07 00:00:00', 655, 7, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (131, '1950-05-30 00:00:00', 698, NULL, 'olajfolyás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (132, '1956-05-13 00:00:00', 238, NULL, 'karambol', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (133, '1953-08-23 00:00:00', 111, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (134, '1954-08-01 00:00:00', 587, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (135, '1958-08-03 00:00:00', 295, NULL, 'kiállás', 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (136, '1953-01-18 00:00:00', 448, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (137, '1954-07-17 00:00:00', 606, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (138, '1952-09-07 00:00:00', 675, 11, NULL, 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (139, '1952-07-19 00:00:00', 550, 19, NULL, 'Enrico Plate', 'Maserati', 'Plate', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (140, '1959-08-02 00:00:00', 111, 4, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (141, '1950-07-02 00:00:00', 438, 5, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (142, '1959-05-31 00:00:00', 606, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (143, '1950-07-02 00:00:00', 463, 6, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (144, '1954-01-17 00:00:00', 419, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (145, '1960-09-04 00:00:00', 553, NULL, 'olajfolyás', 'Scuderia Castellotti', 'Cooper', 'Castellotti', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (146, '1959-07-18 00:00:00', 452, NULL, 'gyújtás', 'David Brown Corporation', 'Aston', 'Aston', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (147, '1960-05-30 00:00:00', 800, 1, NULL, 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (148, '1956-08-05 00:00:00', 526, NULL, 'nem rajtolt el', 'Luigi Piotti', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (149, '1952-08-03 00:00:00', 466, NULL, 'kiállás', 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (150, '1953-08-02 00:00:00', 767, NULL, 'kiállás', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (151, '1956-07-14 00:00:00', 606, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (152, '1953-07-05 00:00:00', 42, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (153, '1957-07-20 00:00:00', 316, 2, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (154, '1956-08-05 00:00:00', 316, NULL, 'kiesett', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (155, '1956-09-02 00:00:00', 606, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (156, '1958-10-19 00:00:00', 396, NULL, 'karambol', 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (157, '1955-06-05 00:00:00', 83, 2, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (158, '1952-09-07 00:00:00', 550, NULL, 'kizárták', 'Enrico Plate', 'Maserati', 'Plate', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (159, '1960-02-07 00:00:00', 553, 13, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (160, '1952-09-07 00:00:00', 599, NULL, 'kizárták', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (161, '1956-07-14 00:00:00', 784, 4, NULL, 'Connaught Engineering', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (162, '1960-09-04 00:00:00', 339, NULL, 'olajteknõ', 'Equipe Prideaux / Dick Gibson', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (163, '1957-05-19 00:00:00', 355, NULL, 'karambol', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (164, '1958-08-03 00:00:00', 448, NULL, 'kuplung', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (165, '1951-10-28 00:00:00', 767, NULL, 'motor', 'Ecurie Siam', 'Maserati', 'Osca', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (166, '1960-05-30 00:00:00', 56, NULL, 'motor', 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (167, '1955-06-19 00:00:00', 794, 8, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (168, '1958-07-06 00:00:00', 599, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (169, '1953-09-13 00:00:00', 550, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (170, '1955-01-16 00:00:00', 83, NULL, 'benzinhiány', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (171, '1957-05-19 00:00:00', 448, NULL, 'kiesett', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (172, '1950-06-04 00:00:00', 759, 3, NULL, 'Automobiles Talbot-Darracq SA', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (173, '1953-05-30 00:00:00', 191, NULL, 'karambol', 'Rotary Engineering', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (174, '1959-08-02 00:00:00', 222, NULL, 'kuplung', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (175, '1956-07-01 00:00:00', 248, NULL, 'törés', 'Luigi Piotti', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (176, '1951-07-01 00:00:00', 29, 1, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (177, '1951-07-01 00:00:00', 111, NULL, 'motor', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (178, '1954-10-24 00:00:00', 140, 6, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (179, '1950-05-30 00:00:00', 750, 22, NULL, 'Sampson Manufacturing', 'Rae', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (180, '1954-07-17 00:00:00', 779, 7, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (181, '1956-05-13 00:00:00', 595, NULL, 'karambol', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (182, '1955-05-22 00:00:00', 283, 7, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (183, '1952-07-06 00:00:00', 701, 9, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (184, '1952-08-03 00:00:00', 111, NULL, 'karambol', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (185, '1958-07-19 00:00:00', 731, NULL, 'túlhajtás', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (186, '1959-12-12 00:00:00', 130, NULL, 'kuplung', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (187, '1960-09-04 00:00:00', 345, NULL, 'sebességváltó', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (188, '1951-05-30 00:00:00', 681, 5, NULL, 'John McDaniel', 'Schroeder', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (189, '1954-01-17 00:00:00', 316, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (190, '1960-11-20 00:00:00', 83, 1, NULL, 'Rob Walker Racing Team', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (191, '1952-05-30 00:00:00', 681, NULL, 'sebességváltó', 'Rotary Engineering', 'Stevens', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (192, '1954-08-22 00:00:00', 238, NULL, 'olajpumpa', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (193, '1955-09-11 00:00:00', 300, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (194, '1950-05-21 00:00:00', 238, NULL, 'karambol', 'Horschell Racing Corporation', 'Cooper', 'JAP', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (195, '1958-08-03 00:00:00', 731, NULL, 'olajfolyás', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (196, '1956-05-13 00:00:00', 325, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (197, '1957-08-04 00:00:00', 316, 4, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (198, '1958-10-19 00:00:00', 111, NULL, 'motor', 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (199, '1958-10-19 00:00:00', 499, 7, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (200, '1960-02-07 00:00:00', 369, 12, NULL, 'Camoradi International', 'Behra-Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (201, '1950-06-04 00:00:00', 1, NULL, 'motor', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (202, '1954-06-20 00:00:00', 379, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (203, '1956-05-13 00:00:00', 606, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (204, '1958-05-30 00:00:00', 323, 3, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (205, '1952-07-19 00:00:00', 655, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (206, '1958-05-30 00:00:00', 711, NULL, 'kicsúszás', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (207, '1960-05-29 00:00:00', 19, 9, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (208, '1959-05-30 00:00:00', 711, 10, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (209, '1955-05-22 00:00:00', 111, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (210, '1950-05-30 00:00:00', 65, NULL, 'olajfolyás', 'Verlin Brown', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (211, '1955-05-30 00:00:00', 421, NULL, 'futómû', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (212, '1955-05-30 00:00:00', 231, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (213, '1959-09-13 00:00:00', 83, 1, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (214, '1957-09-08 00:00:00', 765, 11, NULL, 'Ottoronio Volonterio', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (215, '1951-07-01 00:00:00', 29, 11, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (216, '1959-05-10 00:00:00', 111, 3, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (217, '1952-05-18 00:00:00', 759, NULL, 'karambol', 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (218, '1952-05-30 00:00:00', 336, 1, NULL, 'JC Agajanian', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (219, '1950-09-03 00:00:00', 546, NULL, 'olajnyomás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (220, '1956-07-14 00:00:00', 794, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (221, '1959-08-23 00:00:00', 369, 2, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (222, '1950-06-04 00:00:00', 767, 4, NULL, 'Enrico Plate', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (223, '1954-10-24 00:00:00', 599, NULL, 'karambol', 'G A Vandervell', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (224, '1956-05-30 00:00:00', 323, NULL, 'olajfolyás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (225, '1956-01-22 00:00:00', 1, NULL, 'benzinpumpa', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (226, '1953-09-13 00:00:00', 701, NULL, 'motor', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (227, '1959-09-13 00:00:00', 275, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (228, '1955-06-19 00:00:00', 118, 11, NULL, 'Equipe Nationale Belge', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (229, '1953-06-07 00:00:00', 419, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (230, '1956-07-01 00:00:00', 794, 8, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (231, '1957-09-08 00:00:00', 150, 3, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (232, '1951-06-17 00:00:00', 655, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (233, '1960-11-20 00:00:00', 115, 10, NULL, 'Reventlow Automobiles Inc', 'Scarab', 'Scarab', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (234, '1958-05-18 00:00:00', 238, 5, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (235, '1954-09-05 00:00:00', 759, 8, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (236, '1959-05-31 00:00:00', 731, 7, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (237, '1958-05-30 00:00:00', 508, 7, NULL, 'Phillips', 'Phillips', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (238, '1960-11-20 00:00:00', 700, NULL, 'futómû', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (239, '1957-05-30 00:00:00', 188, 8, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (240, '1957-07-20 00:00:00', 238, NULL, 'vízpumpa', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (241, '1952-09-07 00:00:00', 354, NULL, 'kizárták', 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (242, '1956-05-30 00:00:00', 10, NULL, 'kiesett', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (243, '1951-07-01 00:00:00', 721, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (244, '1954-05-31 00:00:00', 220, 15, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (245, '1952-07-19 00:00:00', 83, NULL, 'motor', 'ERA Ltd', 'ERA', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (246, '1959-08-23 00:00:00', 455, 10, NULL, 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (247, '1959-08-23 00:00:00', 238, 5, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (248, '1951-05-27 00:00:00', 1, 1, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (249, '1960-05-30 00:00:00', 102, 2, NULL, 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (250, '1951-07-14 00:00:00', 450, NULL, 'nem teljesítette a távot', NULL, 'Alta', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (251, '1952-05-30 00:00:00', 412, NULL, 'vezérmûtengely', 'Ludson Morris', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (252, '1952-07-19 00:00:00', 162, 16, NULL, 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (253, '1959-08-02 00:00:00', 369, NULL, 'motor', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (254, '1959-08-23 00:00:00', 185, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (255, '1957-01-13 00:00:00', 654, 5, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (256, '1952-05-30 00:00:00', 31, 17, NULL, 'Howard Keck', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (257, '1958-05-18 00:00:00', 150, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (258, '1960-02-07 00:00:00', 36, NULL, 'túlhajtás', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (259, '1958-05-30 00:00:00', 56, 4, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (260, '1955-06-19 00:00:00', 316, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (261, '1953-06-21 00:00:00', 118, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (262, '1957-05-30 00:00:00', 387, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (263, '1954-09-05 00:00:00', 606, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (264, '1960-06-06 00:00:00', 111, NULL, 'sebességváltó', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (265, '1952-05-18 00:00:00', 735, 5, NULL, 'Ecurie Richmond', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (266, '1960-02-07 00:00:00', 130, NULL, 'feladta', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (267, '1953-08-23 00:00:00', 248, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (268, '1959-12-12 00:00:00', 764, NULL, 'törés', 'Automobili OSCA', 'Cooper', 'Osca', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (269, '1959-09-13 00:00:00', 19, NULL, 'törés', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (270, '1951-05-27 00:00:00', 655, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (271, '1956-06-03 00:00:00', 1, NULL, 'futómû', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (272, '1955-06-19 00:00:00', 46, NULL, 'kerék', 'Stirling Moss Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (273, '1957-08-04 00:00:00', 1, 1, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (274, '1958-07-19 00:00:00', 185, NULL, 'sebességváltó', 'Joakim Bonnier Racing Team', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (275, '1955-01-16 00:00:00', 779, 4, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (276, '1960-06-19 00:00:00', 54, NULL, 'sebességváltó', 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (277, '1952-05-30 00:00:00', 705, 14, NULL, 'HA Chapman', 'Stevens', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (278, '1960-05-30 00:00:00', 55, 16, NULL, 'Meskowski', 'Meskowski', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (279, '1956-09-02 00:00:00', 584, NULL, 'defekt', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (280, '1955-01-16 00:00:00', 606, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (281, '1956-09-02 00:00:00', 599, 2, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (282, '1953-07-18 00:00:00', 523, NULL, 'féltengely', 'Rob Walker Racing Team', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (283, '1956-08-05 00:00:00', 355, NULL, 'olajnyomás', 'Gould\'s Garage (Bristol)', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (284, '1958-07-19 00:00:00', 130, NULL, 'túlhajtás', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (285, '1955-01-16 00:00:00', 238, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (286, '1951-07-01 00:00:00', 248, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (287, '1953-06-21 00:00:00', 721, NULL, 'gázadagoló', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (288, '1955-09-11 00:00:00', 606, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (289, '1952-07-19 00:00:00', 738, 20, NULL, 'Ecurie Richmond', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (290, '1954-07-04 00:00:00', 701, NULL, 'motor', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (291, '1954-07-04 00:00:00', 234, NULL, 'sebességváltó', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (292, '1953-06-07 00:00:00', 83, 9, NULL, 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (293, '1952-08-03 00:00:00', 752, 7, NULL, NULL, 'Veritas', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (294, '1957-08-18 00:00:00', 140, NULL, 'motor', 'Francesco Godia-Sales', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (295, '1955-05-30 00:00:00', 649, NULL, 'futómû', 'Trevis', 'Trevis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (296, '1951-07-29 00:00:00', 729, NULL, 'gyújtás', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (297, '1957-08-04 00:00:00', 54, 9, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (298, '1954-10-24 00:00:00', 550, NULL, 'kiesett', 'Baron de Graffenried', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (299, '1959-05-31 00:00:00', 238, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (300, '1950-09-03 00:00:00', 169, NULL, 'hûtés', NULL, 'ERA', 'ERA', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (301, '1952-05-18 00:00:00', 715, NULL, 'benzinfolyás', NULL, 'Veritas', 'Veritas', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (302, '1959-05-30 00:00:00', 360, 13, NULL, 'Dunn', 'Dunn', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (303, '1958-09-07 00:00:00', 111, NULL, 'sebességváltó', 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (304, '1953-08-02 00:00:00', 550, 5, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (305, '1960-05-30 00:00:00', 360, NULL, 'kuplung', 'Ewing', 'Ewing', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (306, '1954-05-31 00:00:00', 706, NULL, 'kiesett', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (307, '1956-05-30 00:00:00', 758, NULL, 'motor', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (308, '1960-08-14 00:00:00', 731, NULL, 'sebességváltó', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (309, '1959-05-30 00:00:00', 495, NULL, 'tûz', 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (310, '1960-06-06 00:00:00', 607, 7, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (311, '1950-09-03 00:00:00', 550, 6, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (312, '1960-05-30 00:00:00', 336, NULL, 'tengely', 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (313, '1959-07-05 00:00:00', 700, 6, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (314, '1953-09-13 00:00:00', 546, 10, NULL, NULL, 'Osca', 'Osca', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (315, '1959-12-12 00:00:00', 222, 1, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (316, '1953-09-13 00:00:00', 419, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (317, '1952-05-30 00:00:00', 718, NULL, 'kompresszor', 'Lewis Welch', 'Kurtis', 'Novi', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (318, '1953-07-18 00:00:00', 735, NULL, 'túlhajtás', 'RJ Chase', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (319, '1953-01-18 00:00:00', 606, 6, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (320, '1952-06-22 00:00:00', 655, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (321, '1954-05-31 00:00:00', 231, 10, NULL, 'Stevens', 'Stevens', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (322, '1954-05-31 00:00:00', 412, NULL, 'kiesett', 'Schroeder', 'Schroeder', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (323, '1952-09-07 00:00:00', 298, NULL, 'motor', 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (324, '1957-08-18 00:00:00', 499, NULL, 'karambol', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (325, '1957-08-04 00:00:00', 355, NULL, 'nem azonosított', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (326, '1953-08-02 00:00:00', 111, NULL, 'differenciálmû', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (327, '1953-09-13 00:00:00', 735, 12, NULL, 'RJ Chase', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (328, '1955-01-16 00:00:00', 432, NULL, 'karambol', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (329, '1953-05-30 00:00:00', 639, 14, NULL, 'John MacDaniel', 'Schroeder', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (330, '1954-07-17 00:00:00', 234, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (331, '1953-05-30 00:00:00', 131, NULL, 'leállás', 'Lee Elkins', 'Turner', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (332, '1952-07-06 00:00:00', 111, 5, NULL, 'Equipe Gordini', 'Simca-Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (333, '1956-09-02 00:00:00', 316, NULL, 'kormány', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (334, '1950-09-03 00:00:00', 405, NULL, 'motor', NULL, 'Ferrari', 'Jaguar', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (335, '1953-06-07 00:00:00', 300, NULL, 'futómû', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (336, '1952-07-06 00:00:00', 382, 11, NULL, 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (337, '1957-09-08 00:00:00', 83, 1, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (338, '1951-07-29 00:00:00', 655, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (339, '1953-08-02 00:00:00', 38, NULL, 'kiesett', NULL, 'AFM', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (340, '1960-06-19 00:00:00', 743, 5, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (341, '1957-05-30 00:00:00', 186, 13, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (342, '1957-09-08 00:00:00', 526, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (343, '1952-09-07 00:00:00', 759, 10, NULL, 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (344, '1956-08-05 00:00:00', 36, NULL, 'motor', 'Scuderia Centro Sud', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (345, '1959-07-05 00:00:00', 19, NULL, 'kerék', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (346, '1960-05-29 00:00:00', 117, NULL, 'sebességváltó', 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (347, '1951-07-29 00:00:00', 1, 2, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (348, '1958-05-30 00:00:00', 758, NULL, 'benzinpumpa', 'Lesovsky', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (349, '1960-07-16 00:00:00', 731, NULL, 'karambol', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (350, '1953-06-21 00:00:00', 457, NULL, 'futómû', NULL, 'Veritas', 'Veritas', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (351, '1953-07-05 00:00:00', 759, 8, NULL, 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (352, '1957-05-19 00:00:00', 700, NULL, 'sebességváltó', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (353, '1951-05-30 00:00:00', 709, NULL, 'futómû', 'Lou Moore', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (354, '1950-05-30 00:00:00', 413, 7, NULL, 'JC Agajanian', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (355, '1956-05-30 00:00:00', 65, 17, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (356, '1958-07-19 00:00:00', 121, NULL, 'sebességváltó', 'BC Ecclestone', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (357, '1960-05-30 00:00:00', 649, NULL, 'kuplung', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (358, '1960-09-04 00:00:00', 150, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (359, '1957-08-18 00:00:00', 355, NULL, 'karambol', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (360, '1951-07-14 00:00:00', 248, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (361, '1953-05-30 00:00:00', 20, 15, NULL, 'Ray Crawford', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (362, '1954-06-20 00:00:00', 284, NULL, 'motor', 'Ecurie Francorchamps', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (363, '1950-07-02 00:00:00', 583, 8, NULL, 'Automobiles Talbot-Darracq SA', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (364, '1956-09-02 00:00:00', 111, NULL, 'kiállás', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (365, '1953-06-21 00:00:00', 419, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (366, '1958-05-30 00:00:00', 622, 10, NULL, 'Kurtis Kraft', 'Kurtis', 'Novi', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (367, '1959-07-18 00:00:00', 784, NULL, 'sebességváltó', 'High Efficiency Motors', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (368, '1960-07-03 00:00:00', 607, 4, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (369, '1951-09-16 00:00:00', 546, NULL, 'gyújtás', 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (370, '1960-07-03 00:00:00', 222, 3, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (371, '1955-06-19 00:00:00', 584, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (372, '1953-08-02 00:00:00', 195, 11, NULL, NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (373, '1953-06-07 00:00:00', 780, NULL, 'nem rajtolt el', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (374, '1951-06-17 00:00:00', 587, 6, NULL, 'Ecurie Belgique', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (375, '1950-05-21 00:00:00', 42, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (376, '1954-08-22 00:00:00', 606, NULL, 'kuplung', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (377, '1954-05-31 00:00:00', 445, NULL, 'kiesett', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (378, '1953-09-13 00:00:00', 162, NULL, 'nem teljesítette a távot', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (379, '1958-05-18 00:00:00', 106, NULL, 'kizárták', 'BC Ecclestone', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (380, '1959-09-13 00:00:00', 731, NULL, 'motor', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (381, '1955-07-16 00:00:00', 238, NULL, 'gázadagoló', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (382, '1959-07-18 00:00:00', 760, NULL, 'kizárták', 'United Racing Stable', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (383, '1959-07-18 00:00:00', 756, NULL, 'sebességváltó', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (384, '1953-06-07 00:00:00', 499, NULL, 'motor', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (385, '1957-01-13 00:00:00', 185, 7, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (386, '1950-05-30 00:00:00', 471, NULL, 'kompresszor', 'Cummins Engines', 'Kurtis', 'Cummins', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (387, '1957-07-20 00:00:00', 129, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (388, '1956-07-14 00:00:00', 374, 11, NULL, NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (389, '1960-05-30 00:00:00', 645, 8, NULL, 'Meskowski', 'Meskowski', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (390, '1958-08-03 00:00:00', 83, NULL, 'gyújtás', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (391, '1950-07-02 00:00:00', 720, NULL, 'nem rajtolt el', 'Ecurie Leutitia', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (392, '1952-05-18 00:00:00', 238, NULL, 'motor', 'Enrico Plate', 'Maserati', 'Plate', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (393, '1959-05-30 00:00:00', 276, 16, NULL, 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (394, '1960-07-03 00:00:00', 518, NULL, 'futómû', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (395, '1951-05-30 00:00:00', 706, NULL, 'tengely', 'LE Parks', 'Pawl', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (396, '1958-06-15 00:00:00', 499, 8, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (397, '1956-01-22 00:00:00', 448, 3, NULL, 'Owen Racing Organisation', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (398, '1954-05-31 00:00:00', 347, NULL, 'kiesett', 'Bromme', 'Bromme', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (399, '1950-06-04 00:00:00', 625, NULL, 'kiállás', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (400, '1955-05-22 00:00:00', 267, NULL, 'kizárták', NULL, 'HWM', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (401, '1959-05-31 00:00:00', 83, NULL, 'sebességváltó', 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (402, '1959-05-30 00:00:00', 55, NULL, 'gyújtás', 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (403, '1960-05-29 00:00:00', 597, NULL, 'kizárták', 'Scuderia Centro Sud', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (404, '1956-05-30 00:00:00', 191, NULL, 'olajfolyás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (405, '1960-08-14 00:00:00', 369, NULL, 'sebességváltó', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (406, '1956-07-14 00:00:00', 654, 2, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (407, '1957-05-19 00:00:00', 756, NULL, 'kizárták', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (408, '1955-09-11 00:00:00', 448, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (409, '1956-05-30 00:00:00', 164, 14, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (410, '1958-05-26 00:00:00', 54, NULL, 'motor', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (411, '1960-08-14 00:00:00', 455, NULL, 'sebességváltó', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (412, '1958-08-03 00:00:00', 150, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (413, '1955-01-16 00:00:00', 228, NULL, 'futómû', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (414, '1960-06-06 00:00:00', 19, 2, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (415, '1953-06-21 00:00:00', 759, 8, NULL, 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (416, '1959-09-13 00:00:00', 309, 11, NULL, 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (417, '1952-07-06 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (418, '1955-05-22 00:00:00', 765, NULL, 'motor', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (419, '1957-05-30 00:00:00', 204, NULL, 'benzinpumpa', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (420, '1955-06-05 00:00:00', 606, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (421, '1956-05-30 00:00:00', 508, 3, NULL, 'Phillips', 'Phillips', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (422, '1954-07-17 00:00:00', 195, NULL, 'nem rajtolt el', 'Ecurie Richmond', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (423, '1953-06-07 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (424, '1953-07-05 00:00:00', 419, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (425, '1950-07-02 00:00:00', 720, 5, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (426, '1954-01-17 00:00:00', 228, 5, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (427, '1958-01-19 00:00:00', 1, 4, NULL, 'Scuderia Sud Americana', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (428, '1955-06-19 00:00:00', 111, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (429, '1958-07-06 00:00:00', 83, 2, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (430, '1958-08-24 00:00:00', 178, 7, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (431, '1956-01-22 00:00:00', 53, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (432, '1955-01-16 00:00:00', 316, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (433, '1950-05-30 00:00:00', 456, NULL, 'kiesett', 'Indianapolis Race Cars', 'Maserati', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (434, '1952-07-19 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (435, '1952-08-17 00:00:00', 248, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (436, '1950-05-13 00:00:00', 583, 4, NULL, 'Automobiles Talbot-Darracq SA', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (437, '1955-05-30 00:00:00', 508, NULL, 'futómû', 'Phillips', 'Phillips', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (438, '1953-05-30 00:00:00', 191, 16, NULL, 'MA Walker', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (439, '1956-01-22 00:00:00', 721, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (440, '1958-08-24 00:00:00', 606, 4, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (441, '1958-09-07 00:00:00', 518, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (442, '1955-07-16 00:00:00', 794, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (443, '1952-05-30 00:00:00', 102, NULL, 'olajnyomás', 'Federal Auto Associates', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (444, '1953-05-30 00:00:00', 65, 16, NULL, 'MA Walker', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (445, '1958-06-15 00:00:00', 54, 1, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (446, '1956-05-30 00:00:00', 495, 5, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (447, '1960-06-06 00:00:00', 178, 1, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (448, '1960-06-06 00:00:00', 547, NULL, 'karambol', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (449, '1951-05-30 00:00:00', 456, 6, NULL, 'Lindsey Hopkins', 'Moore', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (450, '1953-05-30 00:00:00', 31, 1, NULL, 'Howard Keck', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (451, '1958-05-18 00:00:00', 355, NULL, 'kizárták', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (452, '1957-08-18 00:00:00', 54, NULL, 'motor', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (453, '1960-07-03 00:00:00', 115, NULL, 'motor', 'Reventlow Automobiles Inc', 'Scarab', 'Scarab', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (454, '1955-06-05 00:00:00', 316, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (455, '1951-10-28 00:00:00', 1, 1, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (456, '1959-07-05 00:00:00', 83, NULL, 'pályaelhagyás', 'British Racing Partnership', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (457, '1954-08-01 00:00:00', 1, 1, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (458, '1954-10-24 00:00:00', 1, 3, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (459, '1953-01-18 00:00:00', 1, NULL, 'futómû', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (460, '1950-05-21 00:00:00', 29, NULL, 'karambol', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (461, '1958-10-19 00:00:00', 700, NULL, 'vezérmûtengely', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (462, '1958-06-15 00:00:00', 111, 7, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (463, '1954-10-24 00:00:00', 111, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (464, '1954-05-31 00:00:00', 191, NULL, 'kiesett', 'Schroeder', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (465, '1953-05-30 00:00:00', 105, 6, NULL, 'Chapman Root', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (466, '1957-09-08 00:00:00', 54, 7, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (467, '1956-09-02 00:00:00', 606, NULL, 'gyújtás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (468, '1954-08-01 00:00:00', 767, NULL, 'kormány', 'Prince Bira', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (469, '1951-07-01 00:00:00', 193, 4, NULL, 'G A Vanderwell', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (470, '1958-05-30 00:00:00', 259, 9, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (471, '1953-09-13 00:00:00', 583, 15, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (472, '1950-05-21 00:00:00', 248, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (473, '1955-07-16 00:00:00', 701, 8, NULL, 'Stirling Moss Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (474, '1957-05-30 00:00:00', 259, NULL, 'kerék', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (475, '1959-12-12 00:00:00', 102, NULL, 'kuplung', 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (476, '1960-11-20 00:00:00', 518, 6, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (477, '1954-07-17 00:00:00', 721, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (478, '1952-05-18 00:00:00', 111, NULL, 'motor', 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (479, '1957-07-07 00:00:00', 394, NULL, 'kormány', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (480, '1954-10-24 00:00:00', 779, 5, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (481, '1959-07-18 00:00:00', 619, NULL, 'kizárták', 'Gilby Engineering Ltd', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (482, '1955-01-16 00:00:00', 756, 4, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (483, '1957-05-30 00:00:00', 360, NULL, 'karambol', 'Dunn', 'Dunn', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (484, '1956-09-02 00:00:00', 784, 5, NULL, 'Connaught Engineering', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (485, '1953-07-18 00:00:00', 1, 2, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (486, '1957-07-07 00:00:00', 88, 7, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (487, '1960-07-03 00:00:00', 226, 2, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (488, '1959-08-02 00:00:00', 756, NULL, 'karambol', 'British Racing Partnership', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (489, '1952-09-07 00:00:00', 382, NULL, 'motor', 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (490, '1952-07-06 00:00:00', 550, NULL, 'kiesett', 'Enrico Plate', 'Maserati', 'Plate', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (491, '1958-07-19 00:00:00', 448, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (492, '1959-05-31 00:00:00', 518, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (493, '1951-09-16 00:00:00', 475, 9, NULL, 'Osca Automobili', 'Osca', 'Osca', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (494, '1952-05-30 00:00:00', 709, 8, NULL, 'Federal Auto Associates', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (495, '1951-05-30 00:00:00', 430, NULL, 'motor', 'CG Tuffanelli', 'Deidt', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (496, '1956-07-01 00:00:00', 654, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (497, '1955-07-16 00:00:00', 503, 9, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (498, '1954-10-24 00:00:00', 248, NULL, 'törés', 'Scuderia Lancia', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (499, '1950-05-13 00:00:00', 696, NULL, 'olajnyomás', 'Automobiles Talbot-Darracq SA', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (500, '1956-07-01 00:00:00', 595, 9, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (501, '1959-05-30 00:00:00', 186, NULL, 'motor', 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (502, '1959-07-05 00:00:00', 111, 11, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (503, '1955-05-30 00:00:00', 164, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (504, '1956-08-05 00:00:00', 584, NULL, 'gyújtás', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (505, '1952-05-30 00:00:00', 456, 19, NULL, 'Lindesy Hopkins', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (506, '1956-09-02 00:00:00', 129, NULL, 'torziós rúd', 'Connaught Engineering', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (507, '1951-05-30 00:00:00', 766, NULL, 'karambol', 'Howard Keck', 'Deidt', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (508, '1958-09-07 00:00:00', 448, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (509, '1959-07-05 00:00:00', 309, NULL, 'olajfolyás', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (510, '1951-09-16 00:00:00', 193, NULL, 'motor', 'British Racing Motors Ltd', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (511, '1953-09-13 00:00:00', 499, NULL, 'gázadagoló', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (512, '1950-05-21 00:00:00', 767, 5, NULL, 'Enrico Plate', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (513, '1954-01-17 00:00:00', 1, 1, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (514, '1956-05-30 00:00:00', 677, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Novi', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (515, '1953-05-30 00:00:00', 227, NULL, 'kiesett', '3L Racing Team', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (516, '1955-09-11 00:00:00', 283, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (517, '1957-07-07 00:00:00', 316, 2, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (518, '1953-07-05 00:00:00', 234, 9, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (519, '1959-07-18 00:00:00', 538, NULL, 'kizárták', 'Ace Garage (Rotherdam)', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (520, '1953-06-21 00:00:00', 248, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (521, '1952-08-03 00:00:00', 382, 3, NULL, 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (522, '1951-09-16 00:00:00', 583, 8, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (523, '1957-07-07 00:00:00', 1, 1, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (524, '1958-07-06 00:00:00', 1, 4, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (525, '1960-06-06 00:00:00', 150, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (526, '1951-05-30 00:00:00', 163, NULL, 'gyújtás', 'Ed Walsh', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (527, '1955-05-30 00:00:00', 792, NULL, 'motor', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (528, '1951-10-28 00:00:00', 653, NULL, 'motor', 'Scuderia Milano', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (529, '1953-08-02 00:00:00', 505, 14, NULL, 'Dora Greifzu', 'BMW', 'BMW', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (530, '1950-05-13 00:00:00', 419, 1, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (531, '1957-08-18 00:00:00', 526, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (532, '1958-09-07 00:00:00', 736, NULL, 'karambol', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (533, '1954-05-31 00:00:00', 421, 11, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (534, '1952-07-06 00:00:00', 767, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (535, '1951-05-30 00:00:00', 623, 3, NULL, 'Jack Hinkle', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (536, '1950-05-13 00:00:00', 550, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (537, '1955-07-16 00:00:00', 1, 2, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (538, '1959-12-12 00:00:00', 527, NULL, 'olajfolyás', 'Camoradi International', 'Tec-Mec', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (539, '1959-05-30 00:00:00', 445, NULL, 'karambol', 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (540, '1956-06-03 00:00:00', 140, NULL, 'karambol', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (541, '1956-07-14 00:00:00', 448, NULL, 'olajfolyás', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (542, '1950-09-03 00:00:00', 42, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (543, '1952-08-17 00:00:00', 701, 8, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (544, '1953-01-18 00:00:00', 735, 9, NULL, 'RJ Chase', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (545, '1950-05-30 00:00:00', 163, 1, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (546, '1959-08-02 00:00:00', 547, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (547, '1958-05-30 00:00:00', 677, NULL, 'gázadagoló', 'Kurtis Kraft', 'Kurtis', 'Novi', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (548, '1953-09-13 00:00:00', 503, NULL, 'nem teljesítette a távot', NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (549, '1951-07-14 00:00:00', 546, NULL, 'törés', 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (550, '1950-05-30 00:00:00', 353, NULL, 'kiesett', 'Richard Palmer', 'Adams', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (551, '1956-06-03 00:00:00', 325, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (552, '1956-08-05 00:00:00', 140, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (553, '1959-05-30 00:00:00', 33, 11, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (554, '1950-09-03 00:00:00', 759, 4, NULL, 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (555, '1952-05-30 00:00:00', 800, 2, NULL, 'Grancor Auto', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (556, '1952-05-18 00:00:00', 419, NULL, 'kiesett', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (557, '1960-05-29 00:00:00', 130, NULL, 'motorfelfüggesztés', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (558, '1953-09-13 00:00:00', 379, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (559, '1955-07-16 00:00:00', 765, NULL, 'sebességváltó', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (560, '1954-07-17 00:00:00', 197, 13, NULL, NULL, 'Connaught', 'Lea', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (561, '1955-06-19 00:00:00', 779, NULL, 'kicsúszás', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (562, '1958-08-03 00:00:00', 275, 10, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (563, '1960-07-03 00:00:00', 695, 8, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (564, '1953-08-02 00:00:00', 741, NULL, 'kiesett', NULL, 'Veritas', 'Veritas', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (565, '1952-05-30 00:00:00', 191, NULL, 'olajpumpa', 'Hart Fullerton', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (566, '1955-07-16 00:00:00', 499, NULL, 'sebességváltó', 'Gilby Engineering Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (567, '1958-08-03 00:00:00', 756, NULL, 'motor', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (568, '1956-05-30 00:00:00', 639, 19, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (569, '1956-07-14 00:00:00', 499, NULL, 'benzinnyomás', 'Gilby Engineering Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (570, '1951-05-27 00:00:00', 546, 7, NULL, 'Enrico Plate', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (571, '1960-05-30 00:00:00', 711, NULL, 'kuplung', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (572, '1951-05-30 00:00:00', 191, 4, NULL, 'George Leitenberger', 'Sherman', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (573, '1959-07-18 00:00:00', 222, 3, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (574, '1951-05-27 00:00:00', 470, NULL, 'karambol', 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (575, '1960-05-29 00:00:00', 334, NULL, 'futómû', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (576, '1952-05-30 00:00:00', 163, 10, NULL, 'Jim Robbins', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (577, '1952-05-30 00:00:00', 623, 20, NULL, 'Coast Grain Co', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (578, '1958-07-06 00:00:00', 736, 9, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (579, '1956-08-05 00:00:00', 587, NULL, 'karambol', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (580, '1952-07-06 00:00:00', 448, NULL, 'gyújtás', 'AHM Bryde', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (581, '1953-07-05 00:00:00', 546, 15, NULL, NULL, 'Osca', 'Osca', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (582, '1959-07-18 00:00:00', 185, NULL, 'gázadagoló', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (583, '1950-06-18 00:00:00', 720, NULL, 'motor', 'Ecurie Leutitia', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (584, '1957-05-30 00:00:00', 33, 10, NULL, 'Lesovsky', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (585, '1952-07-06 00:00:00', 238, NULL, 'sebességváltó', 'Enrico Plate', 'Maserati', 'Plate', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (586, '1952-09-07 00:00:00', 606, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (587, '1958-05-18 00:00:00', 599, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (588, '1954-01-17 00:00:00', 165, NULL, 'olajnyomás', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (589, '1960-11-20 00:00:00', 222, 3, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (590, '1960-06-19 00:00:00', 731, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (591, '1950-05-30 00:00:00', 640, 6, NULL, 'Lou Moore', 'Moore', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (592, '1960-06-06 00:00:00', 117, NULL, 'motor', 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (593, '1957-07-07 00:00:00', 417, NULL, 'futómû', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (594, '1952-07-19 00:00:00', 371, 9, NULL, 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (595, '1956-09-02 00:00:00', 595, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (596, '1958-05-30 00:00:00', 43, NULL, 'tûz', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (597, '1957-01-13 00:00:00', 83, 8, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (598, '1954-06-20 00:00:00', 300, NULL, 'tûz', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (599, '1953-08-02 00:00:00', 42, 8, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (600, '1960-05-30 00:00:00', 33, 14, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (601, '1951-05-27 00:00:00', 550, 5, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (602, '1958-05-26 00:00:00', 355, NULL, 'kizárták', 'Horace Gould', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (603, '1955-01-16 00:00:00', 248, NULL, 'benzinfolyás', 'Scuderia Lancia', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (604, '1959-05-10 00:00:00', 178, 1, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (605, '1953-08-02 00:00:00', 1, 2, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (606, '1952-07-19 00:00:00', 599, NULL, 'gyújtás', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (607, '1953-09-13 00:00:00', 228, NULL, 'motor', 'OSCA Automobili', 'Osca', 'Osca', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (608, '1953-05-30 00:00:00', 412, NULL, 'olajfolyás', 'Louis and Bruce Bromme', 'Bromme', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (609, '1953-08-23 00:00:00', 546, NULL, 'nem rajtolt el', NULL, 'Osca', 'Osca', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (610, '1952-08-17 00:00:00', 624, NULL, 'nem teljesítette a távot', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (611, '1958-08-24 00:00:00', 83, 1, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (612, '1955-07-16 00:00:00', 46, NULL, 'kiesett', 'Rob Walker Racing Team', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (613, '1956-07-01 00:00:00', 599, 1, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (614, '1960-11-20 00:00:00', 597, NULL, 'gyújtás', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (615, '1955-05-22 00:00:00', 546, 6, NULL, 'Scuderia Lancia', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (616, '1950-05-30 00:00:00', 698, NULL, 'kiesett', 'Indianapolis Race Cars', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (617, '1959-08-02 00:00:00', 731, NULL, 'olajteknõ', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (618, '1954-10-24 00:00:00', 379, NULL, 'törés', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (619, '1953-07-18 00:00:00', 374, NULL, 'kiállás', NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (620, '1960-05-29 00:00:00', 369, NULL, 'kizárták', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (621, '1959-05-30 00:00:00', 164, NULL, 'motor', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (622, '1959-05-30 00:00:00', 196, 5, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (623, '1956-07-01 00:00:00', 448, 10, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (624, '1957-08-04 00:00:00', 363, NULL, 'kormány', NULL, 'Cooper', 'Climax', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (625, '1951-05-27 00:00:00', 364, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (626, '1953-07-18 00:00:00', 701, NULL, 'kuplung', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (627, '1959-07-05 00:00:00', 462, NULL, 'kizárták', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (628, '1960-07-16 00:00:00', 19, 3, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (629, '1953-07-18 00:00:00', 364, 9, NULL, 'Atlantic Stable', 'Cooper', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (630, '1959-05-30 00:00:00', 105, 14, NULL, 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (631, '1950-07-02 00:00:00', 423, NULL, 'motor', 'Scuderia Ambrosiana', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (632, '1958-07-19 00:00:00', 606, NULL, 'defekt', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (633, '1960-05-30 00:00:00', 574, 5, NULL, 'Lesovsky', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (634, '1955-05-30 00:00:00', 639, NULL, 'benzinpumpa', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (635, '1954-08-01 00:00:00', 503, NULL, 'visszalépés', 'Owen Racing Organisation', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (636, '1958-08-03 00:00:00', 606, NULL, 'kiállás', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (637, '1960-07-03 00:00:00', 743, 5, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (638, '1960-06-19 00:00:00', 115, NULL, 'motor', 'Reventlow Automobiles Inc', 'Scarab', 'Scarab', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (639, '1956-09-02 00:00:00', 499, 11, NULL, 'Gilby Engineering Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (640, '1959-05-30 00:00:00', 102, 1, NULL, 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (641, '1955-01-16 00:00:00', 111, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (642, '1953-01-18 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (643, '1959-12-12 00:00:00', 368, NULL, 'túlhajtás', 'Connaught Cars / Paul Emery', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (644, '1950-05-21 00:00:00', 364, NULL, 'motor', NULL, 'Ferrari', 'Ferrari', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (645, '1956-05-30 00:00:00', 421, 2, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (646, '1958-05-18 00:00:00', 85, NULL, 'kizárták', 'Andre Testut', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (647, '1950-05-13 00:00:00', 438, 8, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (648, '1954-01-17 00:00:00', 238, 6, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (649, '1956-05-30 00:00:00', 186, 13, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (650, '1958-08-24 00:00:00', 111, 8, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (651, '1954-07-04 00:00:00', 606, 6, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (652, '1952-07-19 00:00:00', 735, 22, NULL, 'Ecurie Richmond', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (653, '1953-09-13 00:00:00', 784, NULL, 'nem teljesítette a távot', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (654, '1955-05-30 00:00:00', 296, NULL, 'kiesett', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (655, '1951-07-01 00:00:00', 627, NULL, 'motor', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (656, '1952-08-03 00:00:00', 118, 10, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (657, '1953-08-23 00:00:00', 448, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (658, '1955-01-16 00:00:00', 419, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (659, '1957-08-18 00:00:00', 695, NULL, 'differenciálmû', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (660, '1951-07-29 00:00:00', 111, NULL, 'motor', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (661, '1954-07-04 00:00:00', 532, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (662, '1951-07-01 00:00:00', 759, NULL, 'sebességváltó', 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (663, '1955-05-22 00:00:00', 300, NULL, 'sebességváltó', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (664, '1960-06-19 00:00:00', 130, NULL, 'karambol', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (665, '1959-05-10 00:00:00', 606, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (666, '1951-07-29 00:00:00', 173, NULL, 'karambol', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (667, '1956-07-14 00:00:00', 111, NULL, 'benzinfolyás', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (668, '1956-07-01 00:00:00', 238, NULL, 'motor', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (669, '1954-08-01 00:00:00', 606, 10, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (670, '1954-07-17 00:00:00', 248, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (671, '1953-06-21 00:00:00', 1, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (672, '1952-08-03 00:00:00', 796, 11, NULL, NULL, 'Veritas', 'Veritas', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (673, '1959-07-18 00:00:00', 117, 10, NULL, 'British Racing Partnership', 'Cooper', 'Borgward', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (674, '1953-08-02 00:00:00', 606, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (675, '1954-08-22 00:00:00', 1, 1, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (676, '1959-07-18 00:00:00', 575, NULL, 'kizárták', 'David Fry', 'Fry', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (677, '1952-09-07 00:00:00', 503, 9, NULL, 'Scuderia Franera', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (678, '1953-06-21 00:00:00', 448, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (679, '1959-07-05 00:00:00', 238, 7, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (680, '1955-09-11 00:00:00', 779, NULL, 'sebességváltó', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (681, '1953-08-23 00:00:00', 780, NULL, 'nem azonosított', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (682, '1953-08-23 00:00:00', 1, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (683, '1955-05-30 00:00:00', 323, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (684, '1950-07-02 00:00:00', 1, 1, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (685, '1956-08-05 00:00:00', 595, NULL, 'kiállás', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (686, '1951-10-28 00:00:00', 595, 9, NULL, 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (687, '1956-07-14 00:00:00', 700, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (688, '1958-05-18 00:00:00', 185, NULL, 'karambol', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (689, '1950-05-30 00:00:00', 677, 9, NULL, 'Paul Russo', 'Nichels', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (690, '1952-08-17 00:00:00', 503, NULL, 'kerék', 'Scuderia Franera', 'Frazer-Nash', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (691, '1957-07-20 00:00:00', 355, NULL, 'karambol', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (692, '1950-09-03 00:00:00', 173, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (693, '1959-05-30 00:00:00', 323, 6, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (694, '1955-06-19 00:00:00', 595, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (695, '1950-05-13 00:00:00', 315, NULL, 'futómû', NULL, 'Alta', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (696, '1958-01-19 00:00:00', 355, 9, NULL, 'Horace Gould', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (697, '1954-01-17 00:00:00', 234, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (698, '1950-05-21 00:00:00', 111, NULL, 'karambol', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (699, '1957-01-13 00:00:00', 1, 1, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (700, '1959-07-18 00:00:00', 381, NULL, 'futómû', 'JB Naylor', 'JBW', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (701, '1953-08-02 00:00:00', 729, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (702, '1953-08-23 00:00:00', 550, NULL, 'vezérmûtengely', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (703, '1958-05-18 00:00:00', 578, NULL, 'kizárták', 'Ken Kavanagh', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (704, '1960-02-07 00:00:00', 721, 10, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (705, '1952-08-03 00:00:00', 613, NULL, 'gyújtás', 'BMW', 'BMW', 'BMW', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (706, '1952-07-06 00:00:00', 759, NULL, 'motor', 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (707, '1959-05-30 00:00:00', 192, NULL, 'karambol', 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (708, '1960-05-29 00:00:00', 36, NULL, 'kizárták', 'Scuderia Castellotti', 'Cooper', 'Castellotti', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (709, '1956-07-14 00:00:00', 599, NULL, 'olajnyomás', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (710, '1953-06-07 00:00:00', 1, NULL, 'sebességváltó', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (711, '1952-09-07 00:00:00', 765, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (712, '1952-08-03 00:00:00', 655, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (713, '1958-08-24 00:00:00', 54, NULL, 'karambol', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (714, '1955-05-30 00:00:00', 707, NULL, 'motor', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (715, '1953-09-13 00:00:00', 41, NULL, 'motor', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (716, '1954-10-24 00:00:00', 767, 9, NULL, 'Prince Bira', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (717, '1951-09-16 00:00:00', 595, NULL, 'motor', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (718, '1958-05-18 00:00:00', 140, NULL, 'kizárták', 'Francesco Godia-Sales', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (719, '1953-05-30 00:00:00', 191, NULL, 'kiesett', 'John Zink', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (720, '1952-05-18 00:00:00', 419, NULL, 'gyújtás', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (721, '1950-05-30 00:00:00', 33, 16, NULL, 'Joe Langley', 'Langley', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (722, '1952-06-22 00:00:00', 457, 13, NULL, NULL, 'Veritas', 'Veritas', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (723, '1952-05-18 00:00:00', 606, 3, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (724, '1955-01-16 00:00:00', 606, 6, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (725, '1959-05-31 00:00:00', 127, 10, NULL, 'Ecurie Maarsbergen', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (726, '1956-05-13 00:00:00', 83, 1, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (727, '1955-05-30 00:00:00', 411, 11, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (728, '1958-08-24 00:00:00', 185, NULL, 'rosszullét', 'Joakim Bonnier Racing Team', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (729, '1960-11-20 00:00:00', 111, 15, NULL, 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (730, '1954-10-24 00:00:00', 300, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (731, '1960-05-30 00:00:00', 323, NULL, 'motor', 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (732, '1953-09-13 00:00:00', 316, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (733, '1958-05-30 00:00:00', 800, 5, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (734, '1952-07-06 00:00:00', 419, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (735, '1955-07-16 00:00:00', 779, 3, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (736, '1954-07-04 00:00:00', 283, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (737, '1953-05-30 00:00:00', 683, NULL, 'kiesett', 'John Zink', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (738, '1952-08-17 00:00:00', 606, NULL, 'karburátor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (739, '1953-05-30 00:00:00', 163, NULL, 'motor', 'JS Belond', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (740, '1953-07-05 00:00:00', 248, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (741, '1955-09-11 00:00:00', 111, 8, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (742, '1957-08-04 00:00:00', 238, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (743, '1950-05-30 00:00:00', 766, 3, NULL, 'Howard Keck', 'Deidt', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (744, '1952-09-07 00:00:00', 408, NULL, 'kizárták', 'Enrico Plate', 'Maserati', 'Plate', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (745, '1958-09-07 00:00:00', 83, NULL, 'sebességváltó', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (746, '1951-07-14 00:00:00', 364, 9, NULL, 'G A Vanderwell', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (747, '1954-05-31 00:00:00', 704, NULL, 'kiesett', 'Schroeder', 'Schroeder', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (748, '1956-07-14 00:00:00', 599, 2, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (749, '1960-08-14 00:00:00', 54, 5, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (750, '1959-07-05 00:00:00', 518, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (751, '1950-05-13 00:00:00', 688, NULL, 'motor', 'Scuderia Ambrosiana', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (752, '1951-07-01 00:00:00', 546, 6, NULL, 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (753, '1953-06-07 00:00:00', 701, NULL, 'gázadagoló', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (754, '1959-07-18 00:00:00', 178, 1, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (755, '1960-08-14 00:00:00', 607, NULL, 'nem azonosított', 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (756, '1951-10-28 00:00:00', 583, NULL, 'túlhajtás', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (757, '1959-05-10 00:00:00', 85, NULL, 'kizárták', 'Monte Carlo Autosport', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (758, '1952-09-07 00:00:00', 176, NULL, 'kizárták', NULL, 'Cisitalia', 'BPM', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (759, '1954-05-31 00:00:00', 163, NULL, 'motor', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (760, '1959-08-23 00:00:00', 547, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (761, '1960-02-07 00:00:00', 19, 6, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (762, '1958-08-24 00:00:00', 150, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (763, '1958-09-07 00:00:00', 606, NULL, 'sebességváltó', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (764, '1953-06-07 00:00:00', 721, NULL, 'sebességváltó', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (765, '1955-05-30 00:00:00', 574, 4, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (766, '1952-09-07 00:00:00', 729, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (767, '1951-05-30 00:00:00', 698, NULL, 'kuplung', 'Grancor Auto', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (768, '1955-05-30 00:00:00', 105, 9, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (769, '1955-06-05 00:00:00', 584, NULL, 'sebességváltó', 'Scuderia Lancia', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (770, '1958-05-30 00:00:00', 163, 12, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (771, '1954-05-31 00:00:00', 511, 19, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (772, '1952-07-19 00:00:00', 118, 14, NULL, 'Ecurie Belge', 'Simca-Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (773, '1958-07-06 00:00:00', 731, NULL, 'motor', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (774, '1960-09-04 00:00:00', 791, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (775, '1956-05-30 00:00:00', 580, NULL, 'futómû', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (776, '1955-09-11 00:00:00', 432, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (777, '1952-07-06 00:00:00', 382, NULL, 'motor', 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (778, '1954-05-31 00:00:00', 102, NULL, 'kiesett', 'Pawl', 'Pawl', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (779, '1957-05-30 00:00:00', 296, NULL, 'kiesett', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (780, '1955-06-19 00:00:00', 83, 2, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (781, '1951-07-01 00:00:00', 1, 1, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (782, '1953-01-18 00:00:00', 729, NULL, 'futómû', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (783, '1958-05-18 00:00:00', 431, NULL, 'kizárták', 'OSCA Automobili', 'Osca', 'Osca', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (784, '1956-09-02 00:00:00', 550, 7, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (785, '1952-07-19 00:00:00', 344, 12, NULL, NULL, 'Alta', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (786, '1952-08-03 00:00:00', 465, NULL, 'sebességváltó', NULL, 'HWM', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (787, '1954-05-31 00:00:00', 126, 19, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (788, '1952-05-30 00:00:00', 227, NULL, 'olajfolyás', 'Vincent Granatelli', 'Bromme', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (789, '1951-05-30 00:00:00', 139, 3, NULL, 'Jack Hinkle', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (790, '1958-08-03 00:00:00', 599, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (791, '1955-09-11 00:00:00', 41, 9, NULL, 'Stirling Moss Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (792, '1951-07-29 00:00:00', 595, 7, NULL, 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (793, '1954-05-31 00:00:00', 191, 11, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (794, '1953-06-21 00:00:00', 532, 10, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (795, '1957-05-30 00:00:00', 164, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (796, '1953-08-02 00:00:00', 506, NULL, 'kiesett', NULL, 'AFM', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (797, '1956-05-30 00:00:00', 693, 6, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (798, '1952-06-22 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (799, '1960-06-06 00:00:00', 185, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (800, '1959-07-18 00:00:00', 83, 2, NULL, 'British Racing Partnership', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (801, '1960-11-20 00:00:00', 54, NULL, 'kicsúszás', 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (802, '1958-07-19 00:00:00', 111, 8, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (803, '1953-05-30 00:00:00', 801, 17, NULL, 'Eugene Casaroll', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (804, '1959-12-12 00:00:00', 732, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (805, '1952-08-03 00:00:00', 644, NULL, 'nem rajtolt el', NULL, 'BMW', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (806, '1960-05-30 00:00:00', 192, 11, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (807, '1953-08-23 00:00:00', 701, NULL, 'motor', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (808, '1950-06-04 00:00:00', 550, 6, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (809, '1959-05-10 00:00:00', 565, NULL, 'kizárták', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (810, '1960-07-03 00:00:00', 547, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (811, '1955-07-16 00:00:00', 584, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (812, '1960-05-30 00:00:00', 196, 3, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (813, '1956-09-02 00:00:00', 765, 9, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (814, '1952-09-07 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (815, '1960-09-04 00:00:00', 295, 9, NULL, NULL, 'Cooper', 'Climax', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (816, '1954-09-05 00:00:00', 1, 1, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (817, '1954-05-31 00:00:00', 96, 17, NULL, 'Pankratz', 'Pankratz', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (818, '1957-05-19 00:00:00', 765, NULL, 'kizárták', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (819, '1952-05-30 00:00:00', 42, NULL, 'kerék', 'Enzo Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (820, '1953-09-13 00:00:00', 759, 16, NULL, 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (821, '1960-05-29 00:00:00', 83, 1, NULL, 'Rob Walker Racing Team', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (822, '1953-08-02 00:00:00', 721, NULL, 'nem rajtolt el', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (823, '1954-09-05 00:00:00', 287, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (824, '1950-05-13 00:00:00', 423, 9, NULL, 'Scuderia Ambrosiana', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (825, '1958-10-19 00:00:00', 394, NULL, 'karambol', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (826, '1950-05-30 00:00:00', 289, 19, NULL, 'Charles Pritchard', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (827, '1960-07-03 00:00:00', 369, 9, NULL, 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (828, '1954-05-31 00:00:00', 188, NULL, 'kicsúszás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (829, '1956-09-02 00:00:00', 185, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (830, '1952-05-18 00:00:00', 765, NULL, 'kiesett', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (831, '1950-06-18 00:00:00', 337, 10, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (832, '1955-05-30 00:00:00', 81, NULL, 'olajfolyás', 'Stevens', 'Stevens', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (833, '1960-05-29 00:00:00', 734, NULL, 'kizárták', 'Reventlow Automobiles Inc', 'Scarab', 'Scarab', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (834, '1951-07-14 00:00:00', 322, NULL, 'olajfolyás', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (835, '1952-06-22 00:00:00', 767, 10, NULL, 'Equipe Gordini', 'Simca-Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (836, '1953-07-18 00:00:00', 448, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (837, '1950-07-02 00:00:00', 595, 4, NULL, 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (838, '1954-07-17 00:00:00', 599, NULL, 'motor', 'G A Vandervell', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (839, '1950-05-13 00:00:00', 46, NULL, 'kiesett', NULL, 'ERA', 'ERA', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (840, '1957-07-20 00:00:00', 599, 4, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (841, '1953-01-18 00:00:00', 419, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (842, '1960-11-20 00:00:00', 607, 14, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (843, '1953-08-02 00:00:00', 162, 13, NULL, 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (844, '1958-10-19 00:00:00', 518, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (845, '1958-07-19 00:00:00', 452, 9, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (846, '1957-05-30 00:00:00', 574, 12, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (847, '1954-07-17 00:00:00', 370, NULL, 'karambol', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (848, '1959-05-10 00:00:00', 185, NULL, 'törés', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (849, '1953-07-18 00:00:00', 759, 10, NULL, 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (850, '1956-05-13 00:00:00', 599, 2, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (851, '1953-01-18 00:00:00', 71, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (852, '1951-10-28 00:00:00', 42, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (853, '1952-08-17 00:00:00', 483, NULL, 'motor', 'Ecurie Francorchamps', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (854, '1956-05-13 00:00:00', 1, 4, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (855, '1958-06-15 00:00:00', 226, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (856, '1955-01-16 00:00:00', 443, NULL, 'futómû', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (857, '1951-09-16 00:00:00', 118, NULL, 'olajpumpa', 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (858, '1953-05-30 00:00:00', 413, 17, NULL, 'Eugene Casaroll', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (859, '1957-05-19 00:00:00', 238, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (860, '1957-08-04 00:00:00', 287, NULL, 'motor', 'Dr Ing Porsche KG', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (861, '1959-05-31 00:00:00', 111, 8, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (862, '1955-05-30 00:00:00', 713, 12, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (863, '1951-09-16 00:00:00', 601, NULL, 'rossz licenc', 'British Racing Motors Ltd', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (864, '1950-07-02 00:00:00', 294, NULL, 'motor', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (865, '1950-09-03 00:00:00', 472, NULL, 'kiesett', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (866, '1950-09-03 00:00:00', 438, 5, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (867, '1958-05-26 00:00:00', 185, 10, NULL, 'Joakim Bonnier Racing Team', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (868, '1952-08-17 00:00:00', 301, 7, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (869, '1951-07-14 00:00:00', 742, 8, NULL, NULL, 'ERA', 'ERA', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (870, '1958-05-30 00:00:00', 645, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (871, '1960-07-16 00:00:00', 619, NULL, 'túlhajtás', 'Gilby Engineering Co Ltd', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (872, '1955-05-30 00:00:00', 96, NULL, 'motor', 'Pankratz', 'Pankratz', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (873, '1958-01-19 00:00:00', 606, 5, NULL, 'Ken Kavanagh', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (874, '1956-07-14 00:00:00', 287, NULL, 'sebességváltó', 'Scuderia Guastalla', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (875, '1956-01-22 00:00:00', 316, 1, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (876, '1954-05-31 00:00:00', 800, NULL, 'kiesett', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (877, '1952-09-07 00:00:00', 721, 2, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (878, '1955-01-16 00:00:00', 238, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (879, '1955-05-30 00:00:00', 102, NULL, 'karambol', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (880, '1959-07-18 00:00:00', 369, 7, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (881, '1953-07-05 00:00:00', 729, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (882, '1958-05-30 00:00:00', 164, 11, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (883, '1950-06-18 00:00:00', 583, NULL, 'motor', 'Automobiles Talbot-Darracq SA', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (884, '1954-01-17 00:00:00', 111, 4, NULL, 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (885, '1956-05-13 00:00:00', 228, 6, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (886, '1959-07-05 00:00:00', 527, 10, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (887, '1959-05-10 00:00:00', 36, NULL, 'kizárták', 'Scuderia Ugolini', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (888, '1951-09-16 00:00:00', 419, 3, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (889, '1958-01-19 00:00:00', 448, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (890, '1952-08-17 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (891, '1958-05-30 00:00:00', 649, NULL, 'törés', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (892, '1952-05-18 00:00:00', 83, NULL, 'visszalépés', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (893, '1955-01-16 00:00:00', 111, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (894, '1951-07-29 00:00:00', 583, NULL, 'karambol', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (895, '1954-01-17 00:00:00', 300, NULL, 'olajfolyás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (896, '1956-05-13 00:00:00', 546, NULL, 'motor', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (897, '1960-05-30 00:00:00', 276, NULL, 'törés', 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (898, '1954-08-01 00:00:00', 448, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (899, '1955-05-30 00:00:00', 191, 6, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (900, '1951-07-01 00:00:00', 720, 8, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (901, '1958-10-19 00:00:00', 731, 16, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (902, '1956-05-30 00:00:00', 167, 10, NULL, 'Stevens', 'Stevens', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (903, '1957-07-20 00:00:00', 784, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (904, '1960-05-29 00:00:00', 731, 7, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (905, '1954-06-20 00:00:00', 606, NULL, 'kiállás', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (906, '1953-05-30 00:00:00', 411, NULL, 'gyújtás', 'Murrell Belanger', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (907, '1953-05-30 00:00:00', 139, 5, NULL, 'Jack Hinkle', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (908, '1952-07-19 00:00:00', 364, 10, NULL, NULL, 'Ferrari', 'Ferrari', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (909, '1959-08-23 00:00:00', 83, 1, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (910, '1951-09-16 00:00:00', 550, NULL, 'kompresszor', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (911, '1958-08-03 00:00:00', 381, NULL, 'benzinpumpa', NULL, 'Cooper', 'Climax', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (912, '1959-08-23 00:00:00', 452, 8, NULL, 'David Brown Corporation', 'Aston', 'Aston', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (913, '1956-07-01 00:00:00', 111, NULL, 'gázadagoló', 'Automobiles Bugatti', 'Bugatti', 'Bugatti', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (914, '1952-09-07 00:00:00', 83, NULL, 'kiállás', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (915, '1955-06-05 00:00:00', 325, 8, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (916, '1950-07-02 00:00:00', 625, NULL, 'motor', 'Automobiles Talbot-Darracq SA', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (917, '1951-07-29 00:00:00', 546, NULL, 'motor', 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (918, '1957-09-08 00:00:00', 140, 9, NULL, 'Francesco Godia-Sales', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (919, '1957-08-04 00:00:00', 448, 2, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (920, '1958-07-06 00:00:00', 140, NULL, 'karambol', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (921, '1951-05-30 00:00:00', 762, NULL, 'motor', 'Brown Motor Co', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (922, '1951-09-16 00:00:00', 1, NULL, 'motor', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (923, '1957-09-08 00:00:00', 238, NULL, 'olajfolyás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (924, '1957-05-30 00:00:00', 669, NULL, 'kuplung', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (925, '1960-05-29 00:00:00', 518, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (926, '1956-05-13 00:00:00', 1, 2, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (927, '1953-07-18 00:00:00', 258, NULL, 'benzinbefecskendezõ', NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (928, '1959-05-30 00:00:00', 501, 15, NULL, 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (929, '1955-05-22 00:00:00', 756, NULL, 'karambol', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (930, '1954-08-22 00:00:00', 780, NULL, 'futómû', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (931, '1954-10-24 00:00:00', 557, NULL, 'kiesett', 'Baron de Graffenried', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (932, '1953-05-30 00:00:00', 259, 7, NULL, 'Ernest Ruiz', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (933, '1960-09-04 00:00:00', 670, 7, NULL, 'Dr Ing F Porsche KG', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (934, '1958-05-26 00:00:00', 316, 7, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (935, '1960-07-16 00:00:00', 597, NULL, 'motor', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (936, '1953-05-30 00:00:00', 800, 15, NULL, 'Ray Crawford', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (937, '1954-05-31 00:00:00', 81, 8, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (938, '1956-08-05 00:00:00', 584, NULL, 'kiesett', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (939, '1950-05-21 00:00:00', 374, 6, NULL, NULL, 'ERA', 'ERA', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (940, '1950-07-02 00:00:00', 193, NULL, 'motor', 'Scuderia Ambrosiana', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (941, '1955-09-11 00:00:00', 655, 2, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (942, '1953-05-30 00:00:00', 220, NULL, 'olajfolyás', 'Hart Fullerton', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (943, '1959-07-05 00:00:00', 178, 3, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (944, '1951-09-16 00:00:00', 759, 7, NULL, 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (945, '1960-07-16 00:00:00', 185, NULL, 'kiállás', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (946, '1953-08-02 00:00:00', 759, 10, NULL, 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (947, '1953-07-05 00:00:00', 550, 7, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (948, '1957-05-30 00:00:00', 323, 6, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (949, '1957-05-19 00:00:00', 432, NULL, 'karambol', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (950, '1951-07-01 00:00:00', 118, NULL, 'karambol', 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (951, '1954-07-04 00:00:00', 300, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (952, '1950-06-18 00:00:00', 1, 1, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (953, '1954-07-17 00:00:00', 735, NULL, 'nem rajtolt el', 'Equipe Anglaise', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (954, '1950-05-30 00:00:00', 56, 5, NULL, 'Ervin Wolfe', 'Deidt', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (955, '1953-07-05 00:00:00', 767, NULL, 'differenciálmû', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (956, '1953-07-18 00:00:00', 550, NULL, 'kuplung', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (957, '1953-08-23 00:00:00', 284, NULL, 'karambol', 'Ecurie Francorchamps', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (958, '1951-05-30 00:00:00', 640, 1, NULL, 'Murell Belanger', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (959, '1953-07-05 00:00:00', 374, 11, NULL, NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (960, '1951-07-29 00:00:00', 688, NULL, 'karambol', 'Scuderia Ambrosiana', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (961, '1950-05-21 00:00:00', 438, NULL, 'olajfolyás', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (962, '1952-07-19 00:00:00', 767, 11, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (963, '1952-08-03 00:00:00', 532, NULL, 'sebességváltó', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (964, '1950-05-13 00:00:00', 374, 6, NULL, NULL, 'ERA', 'ERA', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (965, '1960-11-20 00:00:00', 731, NULL, 'sebességváltó', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (966, '1958-10-19 00:00:00', 730, 14, NULL, NULL, 'Cooper', 'Climax', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (967, '1951-05-30 00:00:00', 65, NULL, 'túlhajtás', 'Brown Motors', 'Schroeder', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (968, '1960-07-16 00:00:00', 734, NULL, 'nem rajtolt el', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (969, '1954-07-17 00:00:00', 448, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (970, '1955-07-16 00:00:00', 595, NULL, 'futómû', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (971, '1954-08-01 00:00:00', 370, NULL, 'kerék', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (972, '1952-06-22 00:00:00', 419, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (973, '1951-07-14 00:00:00', 118, 13, NULL, 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (974, '1959-12-12 00:00:00', 178, 4, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (975, '1956-06-03 00:00:00', 532, 2, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (976, '1958-07-06 00:00:00', 54, NULL, 'sebességváltó', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (977, '1953-07-05 00:00:00', 583, 14, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (978, '1955-05-30 00:00:00', 10, NULL, 'gyújtás', 'Pawl', 'Pawl', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (979, '1950-05-30 00:00:00', 706, 17, NULL, 'Pat Clancy', 'Ewing', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (980, '1957-01-13 00:00:00', 526, 10, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (981, '1951-07-01 00:00:00', 364, NULL, 'motor', 'Graham Whitehead', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (982, '1951-06-17 00:00:00', 248, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (983, '1959-08-02 00:00:00', 185, 5, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (984, '1955-05-22 00:00:00', 325, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (985, '1957-07-20 00:00:00', 185, NULL, 'futómû', 'Joakim Bonnier Racing Team', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (986, '1954-05-31 00:00:00', 706, 11, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (987, '1960-05-30 00:00:00', 10, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (988, '1960-05-29 00:00:00', 275, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (989, '1957-09-08 00:00:00', 238, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (990, '1950-06-04 00:00:00', 546, 9, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (991, '1954-09-05 00:00:00', 756, 4, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (992, '1951-07-01 00:00:00', 595, NULL, 'motor', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (993, '1958-09-07 00:00:00', 238, NULL, 'karambol', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (994, '1957-01-13 00:00:00', 325, 6, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (995, '1956-05-30 00:00:00', 574, NULL, 'kicsúszás', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (996, '1953-08-23 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (997, '1952-05-18 00:00:00', 335, 7, NULL, 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (998, '1958-07-19 00:00:00', 784, NULL, 'gyújtás', 'BC Ecclestone', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (999, '1956-05-13 00:00:00', 36, NULL, 'kizárták', 'Scuderia Centro Sud', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1000, '1951-07-14 00:00:00', 42, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1001, '1956-05-30 00:00:00', 163, 4, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1002, '1960-05-30 00:00:00', 594, NULL, 'motor', 'Christensen', 'Christensen', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1003, '1955-09-11 00:00:00', 355, NULL, 'olajteknõ', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1004, '1954-08-01 00:00:00', 379, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1005, '1953-08-02 00:00:00', 419, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1006, '1952-07-19 00:00:00', 308, 4, NULL, 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1007, '1952-07-19 00:00:00', 595, NULL, 'kuplung', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1008, '1951-05-27 00:00:00', 238, 12, NULL, 'Enrico Plate', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1009, '1960-11-20 00:00:00', 185, 5, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1010, '1958-07-06 00:00:00', 238, NULL, 'túlhajtás', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1011, '1958-01-19 00:00:00', 599, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1012, '1960-06-19 00:00:00', 222, 2, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1013, '1960-11-20 00:00:00', 5, 13, NULL, 'Joe Lubin', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1014, '1959-05-10 00:00:00', 369, NULL, 'sebességváltó', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1015, '1952-09-07 00:00:00', 701, NULL, 'kizárták', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1016, '1954-06-20 00:00:00', 587, 5, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1017, '1954-07-17 00:00:00', 374, 10, NULL, NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1018, '1960-11-20 00:00:00', 150, 9, NULL, 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1019, '1955-01-16 00:00:00', 584, NULL, 'kiesett', 'Scuderia Lancia', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1020, '1953-05-30 00:00:00', 421, 3, NULL, 'Ed Walsh', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1021, '1951-05-27 00:00:00', 759, 9, NULL, 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1022, '1956-05-13 00:00:00', 355, 8, NULL, 'Gould\'s Garage (Bristol)', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1023, '1958-09-07 00:00:00', 54, 1, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1024, '1951-10-28 00:00:00', 765, NULL, 'motor', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1025, '1953-05-30 00:00:00', 693, NULL, 'kiállás', 'AE Dean', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1026, '1960-08-14 00:00:00', 83, NULL, 'pályaelhagyás', 'Rob Walker Racing Team', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1027, '1956-05-30 00:00:00', 336, NULL, 'kicsúszás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1028, '1950-09-03 00:00:00', 595, NULL, 'futómû', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1029, '1960-07-03 00:00:00', 553, NULL, 'futómû', 'Scuderia Castellotti', 'Cooper', 'Castellotti', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1030, '1958-07-06 00:00:00', 336, 10, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1031, '1953-08-02 00:00:00', 295, 16, NULL, NULL, 'Veritas', 'Veritas', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1032, '1954-07-17 00:00:00', 767, NULL, 'kiesett', 'Prince Bira', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1033, '1960-02-07 00:00:00', 582, NULL, 'feladta', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1034, '1954-07-17 00:00:00', 42, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1035, '1954-05-31 00:00:00', 413, 12, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1036, '1960-05-30 00:00:00', 495, NULL, 'törés', 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1037, '1955-05-30 00:00:00', 31, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1038, '1953-05-30 00:00:00', 445, NULL, 'karambol', 'Peter Schmidt', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1039, '1958-05-18 00:00:00', 448, NULL, 'benzinpumpa', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1040, '1955-05-22 00:00:00', 584, 2, NULL, 'Scuderia Lancia', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1041, '1953-08-23 00:00:00', 228, NULL, 'nem rajtolt el', NULL, 'Osca', 'Osca', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1042, '1956-07-14 00:00:00', 83, NULL, 'sebességváltó', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1043, '1952-07-19 00:00:00', 537, 5, NULL, 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1044, '1952-06-22 00:00:00', 532, 5, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1045, '1953-06-21 00:00:00', 1, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1046, '1956-08-05 00:00:00', 599, NULL, 'kiesett', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1047, '1955-05-22 00:00:00', 759, NULL, 'benzinfolyás', 'Ecurie Rosier', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1048, '1951-06-17 00:00:00', 419, 1, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1049, '1950-06-18 00:00:00', 42, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1050, '1960-09-04 00:00:00', 549, NULL, 'karambol', NULL, 'Cooper', 'Climax', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1051, '1950-05-13 00:00:00', 523, NULL, 'kiesett', NULL, 'ERA', 'ERA', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1052, '1951-10-28 00:00:00', 546, NULL, 'gyújtás', 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1053, '1952-08-03 00:00:00', 298, NULL, 'kiesett', 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1054, '1958-06-15 00:00:00', 394, 3, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1055, '1960-11-20 00:00:00', 547, NULL, 'túlhajtás', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1056, '1960-06-19 00:00:00', 19, NULL, 'karambol', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1057, '1958-09-07 00:00:00', 178, NULL, 'karambol', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1058, '1950-05-21 00:00:00', 721, NULL, 'karambol', 'Scuderia Achille Varzi', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1059, '1959-08-02 00:00:00', 150, NULL, 'visszalépés', 'Dr Ing F Porsche KG', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1060, '1957-05-30 00:00:00', 639, 3, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1061, '1950-06-18 00:00:00', 118, 8, NULL, 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1062, '1956-05-30 00:00:00', 645, 7, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1063, '1950-05-30 00:00:00', 495, NULL, 'leállás', 'AJ Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1064, '1951-05-30 00:00:00', 56, NULL, 'kicsúszás', 'Rotary Engineering', 'Deidt', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1065, '1960-02-07 00:00:00', 222, 1, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1066, '1959-07-18 00:00:00', 19, NULL, 'rosszullét', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1067, '1959-12-12 00:00:00', 712, NULL, 'motor', 'Mike Taylor', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1068, '1959-05-31 00:00:00', 369, 3, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1069, '1950-09-03 00:00:00', 419, 1, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1070, '1960-06-19 00:00:00', 791, NULL, 'futómû', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1071, '1959-05-30 00:00:00', 257, NULL, 'karambol', 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1072, '1951-05-30 00:00:00', 413, NULL, 'motor', 'JC Agajanian', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1073, '1956-09-02 00:00:00', 655, NULL, 'kiállás', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1074, '1951-06-17 00:00:00', 583, 5, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1075, '1954-06-20 00:00:00', 721, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1076, '1954-10-24 00:00:00', 83, NULL, 'olajpumpa', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1077, '1960-05-30 00:00:00', 686, NULL, 'motor', 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1078, '1957-09-08 00:00:00', 606, NULL, 'túlhajtás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1079, '1960-02-07 00:00:00', 185, 7, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1080, '1952-07-19 00:00:00', 382, 13, NULL, 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1081, '1959-05-10 00:00:00', 518, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1082, '1950-06-04 00:00:00', 729, 5, NULL, 'Scuderia Milano', 'Maserati', 'Milano', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1083, '1956-07-01 00:00:00', 1, 4, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1084, '1957-08-04 00:00:00', 369, 8, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1085, '1959-05-30 00:00:00', 800, 2, NULL, 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1086, '1950-05-30 00:00:00', 705, NULL, 'nem azonosított', 'Louis Rassey', 'Snowberger', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1087, '1953-01-18 00:00:00', 24, 8, NULL, 'Cooper Car Company', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1088, '1960-09-04 00:00:00', 381, NULL, 'sebességváltó', 'JB Naylor', 'JBW', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1089, '1959-09-13 00:00:00', 36, 12, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1090, '1957-08-04 00:00:00', 178, NULL, 'futómû', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1091, '1952-07-06 00:00:00', 595, 4, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1092, '1960-07-16 00:00:00', 784, NULL, 'benzinpumpa', 'CT Atkins', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1093, '1957-05-30 00:00:00', 658, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1094, '1958-06-15 00:00:00', 157, 10, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1095, '1958-05-18 00:00:00', 36, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1096, '1950-06-04 00:00:00', 438, NULL, 'sebességváltó', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1097, '1957-08-04 00:00:00', 83, 5, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1098, '1954-08-22 00:00:00', 448, NULL, 'olajpumpa', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1099, '1954-07-17 00:00:00', 587, 9, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1100, '1959-05-10 00:00:00', 700, NULL, 'törés', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1101, '1958-09-07 00:00:00', 452, 4, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1102, '1951-07-14 00:00:00', 781, 6, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1103, '1953-06-21 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1104, '1950-06-04 00:00:00', 337, 11, NULL, 'Scuderia Achille Varzi', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1105, '1953-01-18 00:00:00', 474, NULL, 'nem azonosított', 'Equipe Gordini', 'Simca-Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1106, '1955-05-22 00:00:00', 595, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1107, '1958-07-06 00:00:00', 54, NULL, 'kiesett', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1108, '1951-07-01 00:00:00', 238, NULL, 'túlhajtás', 'Enrico Plate', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1109, '1957-08-04 00:00:00', 756, NULL, 'motor', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1110, '1950-05-13 00:00:00', 169, 7, NULL, NULL, 'ERA', 'ERA', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1111, '1953-07-18 00:00:00', 546, NULL, 'nem rajtolt el', NULL, 'Osca', 'Osca', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1112, '1958-10-19 00:00:00', 275, 10, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1113, '1954-07-04 00:00:00', 448, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1114, '1955-06-19 00:00:00', 300, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1115, '1960-08-14 00:00:00', 518, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1116, '1957-05-19 00:00:00', 526, NULL, 'kizárták', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1117, '1954-07-17 00:00:00', 364, NULL, 'olajfolyás', NULL, 'Cooper', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1118, '1952-09-07 00:00:00', 475, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1119, '1955-01-16 00:00:00', 370, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1120, '1954-07-04 00:00:00', 42, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1121, '1952-09-07 00:00:00', 162, NULL, 'kiállás', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1122, '1951-05-30 00:00:00', 641, NULL, 'kuplung', 'Hall', 'Hall', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1123, '1959-08-23 00:00:00', 731, NULL, 'karambol', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1124, '1959-05-10 00:00:00', 116, NULL, 'kizárták', 'Equipe Nationale Belge', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1125, '1960-08-14 00:00:00', 547, NULL, 'túlhajtás', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1126, '1956-06-03 00:00:00', 798, NULL, 'olajnyomás', NULL, 'Connaught', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1127, '1955-05-22 00:00:00', 42, NULL, 'karambol', 'Scuderia Lancia', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1128, '1955-09-11 00:00:00', 248, NULL, 'gumi', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1129, '1952-08-03 00:00:00', 715, 8, NULL, NULL, 'Veritas', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1130, '1950-05-30 00:00:00', 430, 13, NULL, 'Charles Pritchard', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1131, '1959-05-10 00:00:00', 346, NULL, 'kizárták', NULL, 'Cooper', 'Climax', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1132, '1959-07-18 00:00:00', 607, 11, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1133, '1953-06-07 00:00:00', 248, NULL, 'gázadagoló', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1134, '1952-06-22 00:00:00', 759, NULL, 'futómû', 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1135, '1953-09-13 00:00:00', 300, 6, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1136, '1958-05-30 00:00:00', 495, NULL, 'karambol', 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1137, '1954-07-04 00:00:00', 767, 4, NULL, 'Prince Bira', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1138, '1952-05-30 00:00:00', 707, 5, NULL, 'Ray Brady', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1139, '1960-06-19 00:00:00', 734, NULL, 'motor', 'Reventlow Automobiles Inc', 'Scarab', 'Scarab', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1140, '1954-07-17 00:00:00', 595, NULL, 'hengerfej', 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1141, '1953-07-05 00:00:00', 83, NULL, 'kuplung', 'Cooper Car Company', 'Cooper', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1142, '1960-05-30 00:00:00', 186, 10, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1143, '1954-08-01 00:00:00', 248, NULL, 'visszalépés', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1144, '1952-09-07 00:00:00', 111, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1145, '1952-05-30 00:00:00', 96, 7, NULL, 'John Zink', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1146, '1950-05-30 00:00:00', 336, 15, NULL, 'Bowes Racing', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1147, '1958-05-30 00:00:00', 96, 6, NULL, 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1148, '1952-08-03 00:00:00', 44, NULL, 'nem rajtolt el', NULL, 'AFM', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1149, '1953-06-07 00:00:00', 111, 6, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1150, '1955-09-11 00:00:00', 599, NULL, 'kiállás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1151, '1959-05-31 00:00:00', 499, NULL, 'túlhajtás', 'David Brown Corporation', 'Aston', 'Aston', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1152, '1958-05-30 00:00:00', 182, 2, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1153, '1951-09-16 00:00:00', 382, NULL, 'karambol', 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1154, '1959-07-18 00:00:00', 111, 5, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1155, '1952-07-19 00:00:00', 298, 18, NULL, 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1156, '1952-07-19 00:00:00', 499, 8, NULL, 'G Caprara', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1157, '1957-07-07 00:00:00', 178, 7, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1158, '1958-05-26 00:00:00', 36, NULL, 'sebességváltó', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1159, '1953-08-23 00:00:00', 729, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1160, '1953-05-30 00:00:00', 623, 13, NULL, 'Peter Schmidt', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1161, '1952-08-03 00:00:00', 324, 9, NULL, NULL, 'AFM', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1162, '1960-05-30 00:00:00', 204, NULL, 'gyújtás', 'Ewing', 'Ewing', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1163, '1953-07-05 00:00:00', 448, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1164, '1959-08-23 00:00:00', 518, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1165, '1955-09-11 00:00:00', 526, NULL, 'motor', 'Scuderia Volpini', 'Arzani-Volpini', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1166, '1960-07-03 00:00:00', 150, NULL, 'futómû', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1167, '1953-07-18 00:00:00', 606, NULL, 'benzinpumpa', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1168, '1952-05-18 00:00:00', 767, NULL, 'motor', 'Equipe Gordini', 'Simca-Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1169, '1958-06-15 00:00:00', 606, NULL, 'olajnyomás', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1170, '1959-05-10 00:00:00', 121, NULL, 'kizárták', 'British Racing Partnership', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1171, '1960-11-20 00:00:00', 178, 4, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1172, '1957-08-18 00:00:00', 606, NULL, 'olajfolyás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1173, '1956-05-30 00:00:00', 33, 11, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1174, '1954-05-31 00:00:00', 411, 15, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1175, '1959-07-05 00:00:00', 226, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1176, '1958-01-19 00:00:00', 238, 6, NULL, 'Joakim Bonnier Racing Team', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1177, '1952-07-06 00:00:00', 238, NULL, 'kiesett', 'Enrico Plate', 'Maserati', 'Plate', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1178, '1954-07-04 00:00:00', 238, NULL, 'benzinpumpa', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1179, '1953-08-02 00:00:00', 576, NULL, 'kiesett', NULL, 'Veritas', 'Veritas', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1180, '1950-06-04 00:00:00', 29, 2, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1181, '1953-09-13 00:00:00', 83, 13, NULL, 'Cooper Car Company', 'Cooper', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1182, '1955-06-05 00:00:00', 300, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1183, '1958-05-30 00:00:00', 183, NULL, 'gyújtás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1184, '1953-08-02 00:00:00', 670, NULL, 'kipufogócsõ', 'EMW Rennkollektiv', 'EMW', 'BMW', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1185, '1954-08-22 00:00:00', 300, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1186, '1950-09-03 00:00:00', 294, NULL, 'kiesett', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1187, '1956-06-03 00:00:00', 355, NULL, 'sebességváltó', 'Gould\'s Garage (Bristol)', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1188, '1952-09-07 00:00:00', 419, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1189, '1953-08-02 00:00:00', 238, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1190, '1954-06-20 00:00:00', 448, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1191, '1958-05-18 00:00:00', 54, NULL, 'motor', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1192, '1957-08-04 00:00:00', 695, 11, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1193, '1952-05-30 00:00:00', 139, 11, NULL, 'Jack Hinkle', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1194, '1960-05-29 00:00:00', 111, NULL, 'sebességváltó', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1195, '1953-08-02 00:00:00', 118, NULL, 'kiesett', 'Ecurie Belge', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1196, '1952-05-30 00:00:00', 411, 4, NULL, 'Murrell Belanger', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1197, '1950-09-03 00:00:00', 781, NULL, 'motor', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1198, '1951-07-29 00:00:00', 765, NULL, 'motor', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1199, '1954-08-22 00:00:00', 287, 7, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1200, '1955-05-22 00:00:00', 606, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1201, '1951-07-29 00:00:00', 759, 8, NULL, 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1202, '1956-07-14 00:00:00', 140, 8, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1203, '1950-06-04 00:00:00', 419, 1, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1204, '1955-06-05 00:00:00', 606, NULL, 'karambol', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1205, '1957-07-20 00:00:00', 111, 4, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1206, '1953-09-13 00:00:00', 354, 14, NULL, 'Alex Falkenhausen Motorenen', 'AFM', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1207, '1956-05-30 00:00:00', 105, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1208, '1959-08-02 00:00:00', 518, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1209, '1958-05-18 00:00:00', 546, NULL, 'kizárták', 'Andre Testut', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1210, '1958-01-19 00:00:00', 140, 8, NULL, 'Francesco Godia-Sales', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1211, '1956-07-01 00:00:00', 587, 11, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1212, '1953-06-07 00:00:00', 721, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1213, '1957-05-30 00:00:00', 389, NULL, 'kicsúszás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1214, '1953-09-13 00:00:00', 248, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1215, '1960-06-06 00:00:00', 734, NULL, 'visszalépés', 'Reventlow Automobiles Inc', 'Scarab', 'Scarab', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1216, '1959-05-30 00:00:00', 645, 12, NULL, 'Moore', 'Moore', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1217, '1954-09-05 00:00:00', 595, NULL, 'motor', 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1218, '1953-08-23 00:00:00', 419, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1219, '1955-06-19 00:00:00', 283, 10, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1220, '1951-07-29 00:00:00', 337, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1221, '1953-07-05 00:00:00', 300, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1222, '1953-05-30 00:00:00', 707, 2, NULL, 'Bessie Lee Paoli', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1223, '1960-07-03 00:00:00', 278, NULL, 'futómû', 'Fred Tuck Cars', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1224, '1952-06-22 00:00:00', 701, 11, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1225, '1958-06-15 00:00:00', 369, NULL, 'motor', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1226, '1951-07-29 00:00:00', 382, 6, NULL, 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1227, '1956-07-01 00:00:00', 606, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1228, '1954-05-31 00:00:00', 336, 4, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1229, '1960-07-03 00:00:00', 731, NULL, 'karambol', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1230, '1953-06-21 00:00:00', 599, NULL, 'kuplung', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1231, '1958-08-03 00:00:00', 499, 2, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1232, '1954-05-31 00:00:00', 411, 4, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1233, '1951-06-17 00:00:00', 42, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1234, '1956-05-30 00:00:00', 96, 9, NULL, 'Lesovsky', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1235, '1953-07-05 00:00:00', 228, NULL, 'motor', 'OSCA Automobili', 'Osca', 'Osca', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1236, '1957-05-30 00:00:00', 220, 7, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1237, '1952-08-03 00:00:00', 376, 6, NULL, 'Ecurie Francorchamps', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1238, '1950-05-13 00:00:00', 450, NULL, 'nem teljesítette a távot', NULL, 'Alta', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1239, '1960-02-07 00:00:00', 174, 14, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1240, '1952-06-22 00:00:00', 118, 8, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1241, '1953-07-18 00:00:00', 784, NULL, 'kuplung', 'John Heath', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1242, '1950-09-03 00:00:00', 118, NULL, 'túlhajtás', 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1243, '1951-07-14 00:00:00', 374, 11, NULL, NULL, 'ERA', 'ERA', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1244, '1955-01-16 00:00:00', 111, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1245, '1958-06-15 00:00:00', 599, NULL, 'túlhajtás', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1246, '1954-05-31 00:00:00', 296, 18, NULL, 'Stevens', 'Stevens', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1247, '1956-07-01 00:00:00', 83, NULL, 'sebességváltó', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1248, '1954-07-04 00:00:00', 756, NULL, 'motor', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1249, '1952-05-30 00:00:00', 259, 16, NULL, 'Pete Salemi', 'Trevis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1250, '1950-05-21 00:00:00', 546, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1251, '1956-05-30 00:00:00', 188, 18, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1252, '1954-06-20 00:00:00', 234, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1253, '1956-05-13 00:00:00', 584, 4, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1254, '1955-06-19 00:00:00', 448, 7, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1255, '1951-09-16 00:00:00', 765, 6, NULL, 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1256, '1958-05-30 00:00:00', 669, 13, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1257, '1952-07-19 00:00:00', 465, NULL, 'motor', NULL, 'HWM', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1258, '1950-06-04 00:00:00', 696, NULL, 'karambol', 'Automobiles Talbot-Darracq SA', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1259, '1951-05-27 00:00:00', 583, NULL, 'gyújtás', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1260, '1954-08-01 00:00:00', 532, NULL, 'kerék', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1261, '1954-01-17 00:00:00', 432, NULL, 'motor', 'Onofre Marimon', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1262, '1960-06-19 00:00:00', 150, NULL, 'futómû', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1263, '1952-06-22 00:00:00', 503, NULL, 'karambol', 'Scuderia Franera', 'Frazer-Nash', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1264, '1959-05-10 00:00:00', 275, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1265, '1958-05-30 00:00:00', 296, NULL, 'karambol', 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1266, '1956-08-05 00:00:00', 83, 2, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1267, '1958-09-07 00:00:00', 150, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1268, '1959-05-30 00:00:00', 713, NULL, 'karambol', 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1269, '1955-01-16 00:00:00', 419, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1270, '1953-01-18 00:00:00', 114, NULL, 'kerék', 'Cooper Car Company', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1271, '1950-07-02 00:00:00', 759, NULL, 'túlhajtás', 'Automobiles Talbot-Darracq SA', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1272, '1956-09-02 00:00:00', 654, NULL, 'defekt', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1273, '1956-08-05 00:00:00', 759, 5, NULL, 'Ecurie Rosier', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1274, '1953-07-18 00:00:00', 234, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1275, '1957-07-20 00:00:00', 499, 5, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1276, '1953-05-30 00:00:00', 698, 4, NULL, 'Grancor Auto Specialists', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1277, '1960-08-14 00:00:00', 334, NULL, 'hûtés', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1278, '1950-05-21 00:00:00', 402, NULL, 'karambol', 'Scuderia Achille Varzi', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1279, '1955-07-16 00:00:00', 355, NULL, 'törés', 'Gould\'s Garage (Bristol)', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1280, '1950-07-02 00:00:00', 29, 2, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1281, '1953-07-18 00:00:00', 111, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1282, '1956-01-22 00:00:00', 584, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1283, '1952-06-22 00:00:00', 483, 7, NULL, 'Ecurie Francorchamps', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1284, '1956-09-02 00:00:00', 238, NULL, 'futómû', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1285, '1955-05-22 00:00:00', 228, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1286, '1951-06-17 00:00:00', 438, NULL, 'futómû', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1287, '1952-07-06 00:00:00', 438, 8, NULL, 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1288, '1951-05-30 00:00:00', 725, NULL, 'motor', 'MA Walker', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1289, '1957-01-13 00:00:00', 584, NULL, 'elosztó', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1290, '1958-09-07 00:00:00', 452, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1291, '1951-05-30 00:00:00', 31, NULL, 'olajfolyás', 'Pete Salemi', 'Trevis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1292, '1950-06-04 00:00:00', 42, NULL, 'olajteknõ', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1293, '1956-06-03 00:00:00', 448, NULL, 'visszalépés', 'Owen Racing Organisation', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1294, '1955-05-30 00:00:00', 445, 10, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1295, '1951-10-28 00:00:00', 655, NULL, 'kiállás', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1296, '1954-05-31 00:00:00', 677, 8, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1297, '1958-10-19 00:00:00', 606, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1298, '1950-09-03 00:00:00', 364, 7, NULL, NULL, 'Ferrari', 'Ferrari', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1299, '1951-07-29 00:00:00', 284, 10, NULL, 'Ecurie Belgique', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1300, '1951-05-27 00:00:00', 83, 8, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1301, '1960-08-14 00:00:00', 178, 1, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1302, '1957-01-13 00:00:00', 599, 6, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1303, '1950-05-21 00:00:00', 759, NULL, 'karambol', 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1304, '1960-09-04 00:00:00', 36, NULL, 'gázadagoló', 'Scuderia Castellotti', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1305, '1954-10-24 00:00:00', 503, 8, NULL, 'Owen Racing Organisation', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1306, '1957-09-08 00:00:00', 185, NULL, 'túlhajtás', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1307, '1952-08-03 00:00:00', 505, NULL, 'kiesett', NULL, 'BMW', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1308, '1959-12-12 00:00:00', 275, NULL, 'kuplung', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1309, '1950-07-02 00:00:00', 688, NULL, 'visszalépés', 'Scuderia Ambrosiana', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1310, '1959-05-30 00:00:00', 758, NULL, 'benzinfolyás', 'Christensen', 'Christensen', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1311, '1953-08-02 00:00:00', 722, NULL, 'benzinpumpa', NULL, 'Veritas', 'Veritas', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1312, '1950-09-03 00:00:00', 714, NULL, 'kiesett', 'Scuderia Milano', 'Maserati', 'Milano', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1313, '1958-08-24 00:00:00', 731, NULL, 'karambol', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1314, '1952-09-07 00:00:00', 364, NULL, 'kizárták', NULL, 'Ferrari', 'Ferrari', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1315, '1959-05-10 00:00:00', 278, NULL, 'kizárták', 'Equipe Nationale Belge', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1316, '1958-07-19 00:00:00', 275, NULL, 'motor', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1317, '1954-07-17 00:00:00', 151, 14, NULL, 'Ecurie Ecosse', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1318, '1952-08-03 00:00:00', 229, NULL, 'kiesett', NULL, 'AFM', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1319, '1953-05-30 00:00:00', 411, 3, NULL, 'Ed Walsh', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1320, '1959-07-05 00:00:00', 597, NULL, 'motor', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1321, '1958-05-30 00:00:00', 648, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1322, '1956-07-01 00:00:00', 238, 10, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1323, '1954-07-04 00:00:00', 111, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1324, '1953-06-07 00:00:00', 599, 8, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1325, '1960-09-04 00:00:00', 262, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1326, '1958-07-06 00:00:00', 499, 11, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1327, '1958-01-19 00:00:00', 83, 1, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1328, '1953-06-07 00:00:00', 238, NULL, 'futómû', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1329, '1959-12-12 00:00:00', 238, NULL, 'kuplung', 'Ecurie Bleue', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1330, '1955-09-11 00:00:00', 238, NULL, 'nem azonosított', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1331, '1960-11-20 00:00:00', 19, 2, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1332, '1953-07-05 00:00:00', 721, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1333, '1960-11-20 00:00:00', 743, 16, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1334, '1957-08-04 00:00:00', 394, NULL, 'sebességváltó', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1335, '1952-05-30 00:00:00', 639, 6, NULL, 'Peter Schmidt', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1336, '1953-09-13 00:00:00', 767, 11, NULL, 'Scuderia Milano', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1337, '1959-08-23 00:00:00', 111, 4, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1338, '1957-05-30 00:00:00', 191, 5, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1339, '1956-07-14 00:00:00', 238, NULL, 'benzinfolyás', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1340, '1957-09-08 00:00:00', 599, NULL, 'motor', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1341, '1956-05-30 00:00:00', 792, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1342, '1954-08-01 00:00:00', 655, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1343, '1951-09-16 00:00:00', 419, NULL, 'motor', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1344, '1960-02-07 00:00:00', 275, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1345, '1951-07-01 00:00:00', 742, NULL, 'nem rajtolt el', 'G A Vanderwell', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1346, '1958-05-26 00:00:00', 448, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1347, '1957-08-18 00:00:00', 316, NULL, 'olajteknõ', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1348, '1959-05-30 00:00:00', 56, 4, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1349, '1950-09-03 00:00:00', 655, NULL, 'kiesett', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1350, '1960-07-03 00:00:00', 185, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1351, '1952-09-07 00:00:00', 118, NULL, 'kizárták', 'Vickomtesse de Walckiers', 'Simca-Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1352, '1954-05-31 00:00:00', 56, 15, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1353, '1956-01-22 00:00:00', 94, 6, NULL, 'Alberto Uria', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1354, '1953-06-21 00:00:00', 234, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1355, '1956-07-14 00:00:00', 86, NULL, 'gyújtás', 'Emeryson Cars', 'Emeryson', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1356, '1960-07-16 00:00:00', 278, NULL, 'gyújtás', 'Fred Tuck Cars', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1357, '1957-07-20 00:00:00', 54, 1, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1358, '1951-06-17 00:00:00', 294, 8, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1359, '1955-09-11 00:00:00', 794, NULL, 'benzinpumpa', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1360, '1953-07-18 00:00:00', 489, NULL, 'motor', 'Ecurie Ecosse', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1361, '1950-09-03 00:00:00', 625, NULL, 'sebességváltó', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1362, '1960-09-04 00:00:00', 30, 10, NULL, 'Camoradi International', 'Behra-Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1363, '1956-07-01 00:00:00', 226, NULL, 'kuplung', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1364, '1954-01-17 00:00:00', 606, NULL, 'pályaelhagyás', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1365, '1954-05-31 00:00:00', 56, NULL, 'kerék', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1366, '1960-05-29 00:00:00', 222, 2, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1367, '1960-07-03 00:00:00', 700, 6, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1368, '1959-09-13 00:00:00', 178, 3, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1369, '1953-05-30 00:00:00', 536, 12, NULL, 'Lee Elkins', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1370, '1951-05-30 00:00:00', 705, NULL, 'motor', 'HA Chapman', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1371, '1958-05-26 00:00:00', 499, 4, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1372, '1953-07-18 00:00:00', 162, NULL, 'tömlõrepedés', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1373, '1956-05-13 00:00:00', 54, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1374, '1957-05-19 00:00:00', 111, 5, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1375, '1955-05-22 00:00:00', 316, NULL, 'futómû', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1376, '1953-08-23 00:00:00', 1, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1377, '1958-05-26 00:00:00', 606, 3, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1378, '1956-09-02 00:00:00', 140, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1379, '1953-08-23 00:00:00', 532, NULL, 'motor', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1380, '1956-07-01 00:00:00', 664, NULL, 'karambol', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1381, '1956-01-22 00:00:00', 606, 2, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1382, '1958-08-24 00:00:00', 394, 3, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1383, '1953-07-18 00:00:00', 238, NULL, 'elektronikus', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1384, '1953-07-18 00:00:00', 503, 8, NULL, NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1385, '1958-07-06 00:00:00', 394, NULL, 'kiesett', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1386, '1952-05-18 00:00:00', 599, NULL, 'karambol', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1387, '1959-07-18 00:00:00', 130, 8, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1388, '1957-01-13 00:00:00', 721, 5, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1389, '1953-05-30 00:00:00', 574, NULL, 'gyújtás', 'RN Sabourin', 'Del', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1390, '1956-05-13 00:00:00', 587, 6, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1391, '1953-08-23 00:00:00', 234, NULL, 'olajfolyás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1392, '1958-10-19 00:00:00', 772, NULL, 'karambol', 'British Racing Partnership', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1393, '1952-06-22 00:00:00', 595, 3, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1394, '1958-08-24 00:00:00', 238, 6, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1395, '1952-09-07 00:00:00', 595, 14, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1396, '1956-07-14 00:00:00', 759, NULL, 'karburátor', 'Ecurie Rosier', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1397, '1954-07-04 00:00:00', 503, NULL, 'futómû', 'Owen Racing Organisation', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1398, '1955-01-16 00:00:00', 316, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1399, '1951-07-14 00:00:00', 721, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1400, '1951-09-16 00:00:00', 284, NULL, 'túlhajtás', 'Ecurie Belgique', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1401, '1953-01-18 00:00:00', 721, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1402, '1958-05-26 00:00:00', 369, NULL, 'benzinpumpa', 'Horace Gould', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1403, '1958-07-19 00:00:00', 394, 4, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1404, '1952-08-17 00:00:00', 595, 5, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1405, '1953-07-18 00:00:00', 301, NULL, 'kuplung', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1406, '1956-07-14 00:00:00', 595, 9, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1407, '1956-06-03 00:00:00', 248, 5, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1408, '1953-08-23 00:00:00', 245, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1409, '1956-01-22 00:00:00', 526, NULL, 'karambol', 'Luigi Piotti', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1410, '1958-08-03 00:00:00', 597, 7, NULL, 'High Efficiency Motors', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1411, '1955-06-19 00:00:00', 606, 6, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1412, '1957-07-20 00:00:00', 54, NULL, 'kiesett', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1413, '1953-09-13 00:00:00', 118, NULL, 'benzinfolyás', 'Ecurie Belge', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1414, '1951-05-30 00:00:00', 26, NULL, 'futómû', 'Bob Estes', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1415, '1951-05-27 00:00:00', 335, NULL, 'benzinpumpa', NULL, 'Veritas', 'Veritas', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1416, '1950-05-30 00:00:00', 800, 24, NULL, 'John Lorenz', 'Wetteroth', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1417, '1954-08-22 00:00:00', 284, 8, NULL, 'Ecurie Francorchamps', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1418, '1954-07-17 00:00:00', 111, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1419, '1952-08-17 00:00:00', 668, 9, NULL, 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1420, '1957-07-20 00:00:00', 374, 6, NULL, NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1421, '1951-07-01 00:00:00', 472, 9, NULL, 'Ecurie Belgique', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1422, '1954-05-31 00:00:00', 574, NULL, 'kiesett', 'Nichels', 'Nichels', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1423, '1959-09-13 00:00:00', 222, NULL, 'motor', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1424, '1955-05-30 00:00:00', 706, 3, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1425, '1954-07-17 00:00:00', 42, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1426, '1954-05-31 00:00:00', 482, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1427, '1958-05-18 00:00:00', 731, NULL, 'motor', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1428, '1958-07-06 00:00:00', 316, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1429, '1951-05-30 00:00:00', 718, NULL, 'gyújtás', 'Jean Marcenac', 'Kurtis', 'Novi', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1430, '1959-08-23 00:00:00', 19, NULL, 'sebességváltó', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1431, '1957-07-20 00:00:00', 432, NULL, 'futómû', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1432, '1953-07-05 00:00:00', 503, NULL, 'kerék', NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1433, '1952-09-07 00:00:00', 308, 12, NULL, 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1434, '1952-05-18 00:00:00', 354, NULL, 'motor', 'Alex Falkenhausen Motorenen', 'AFM', 'Kuchen', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1435, '1951-10-28 00:00:00', 111, NULL, 'motor', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1436, '1960-06-19 00:00:00', 564, NULL, 'nem azonosított', 'Taylor-Crawley Racing Team', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1437, '1958-08-03 00:00:00', 518, 9, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1438, '1957-09-08 00:00:00', 316, 8, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1439, '1960-05-29 00:00:00', 150, 8, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1440, '1958-05-30 00:00:00', 686, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1441, '1959-05-31 00:00:00', 54, NULL, 'olajfolyás', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1442, '1953-08-02 00:00:00', 499, NULL, 'motor', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1443, '1957-01-13 00:00:00', 432, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1444, '1950-07-02 00:00:00', 546, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1445, '1958-10-19 00:00:00', 295, NULL, 'karambol', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1446, '1957-08-18 00:00:00', 36, 6, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1447, '1952-07-19 00:00:00', 111, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1448, '1950-05-21 00:00:00', 1, 1, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1449, '1960-06-19 00:00:00', 547, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1450, '1958-05-18 00:00:00', 178, 4, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1451, '1958-07-19 00:00:00', 238, 5, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1452, '1953-09-13 00:00:00', 729, NULL, 'benzinhiány', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1453, '1953-01-18 00:00:00', 595, NULL, 'kerék', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1454, '1955-01-16 00:00:00', 379, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1455, '1957-07-07 00:00:00', 700, NULL, 'karambol', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1456, '1959-07-18 00:00:00', 527, NULL, 'karambol', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1457, '1957-09-08 00:00:00', 394, NULL, 'benzintank', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1458, '1953-07-18 00:00:00', 248, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1459, '1955-05-30 00:00:00', 677, 2, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1460, '1956-05-30 00:00:00', 296, NULL, 'kiesett', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1461, '1959-09-13 00:00:00', 499, NULL, 'motor', 'David Brown Corporation', 'Aston', 'Aston', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1462, '1951-07-14 00:00:00', 688, NULL, 'motor', 'Scuderia Ambrosiana', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1463, '1959-07-18 00:00:00', 63, NULL, 'kizárták', 'Reg Parnell Racing', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1464, '1950-06-18 00:00:00', 29, 2, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1465, '1958-09-07 00:00:00', 157, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1466, '1959-05-10 00:00:00', 238, NULL, 'benzintank', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1467, '1958-08-24 00:00:00', 157, NULL, 'motor', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1468, '1956-09-02 00:00:00', 1, 2, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1469, '1958-09-07 00:00:00', 394, NULL, 'túlhajtás', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1470, '1960-08-14 00:00:00', 743, 3, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1471, '1951-09-16 00:00:00', 655, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1472, '1955-09-11 00:00:00', 419, NULL, 'gumi', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1473, '1952-08-03 00:00:00', 729, NULL, 'pályaelhagyás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1474, '1958-08-24 00:00:00', 499, 10, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1475, '1951-05-30 00:00:00', 131, 2, NULL, 'Jim Robbins', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1476, '1953-08-02 00:00:00', 756, 9, NULL, 'Hans Klenk', 'Veritas', 'Veritas', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1477, '1954-09-05 00:00:00', 524, NULL, 'kizárták', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1478, '1952-05-30 00:00:00', 144, NULL, 'kompresszor', 'Lewis Welch', 'Kurtis', 'Novi', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1479, '1953-01-18 00:00:00', 111, 7, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1480, '1959-05-10 00:00:00', 150, NULL, 'karambol', 'Dr Ing F Porsche KG', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1481, '1958-07-19 00:00:00', 83, NULL, 'motor', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1482, '1955-09-11 00:00:00', 584, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1483, '1958-05-30 00:00:00', 102, NULL, 'gyújtás', 'Lesovsky', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1484, '1950-05-13 00:00:00', 29, 2, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1485, '1950-05-21 00:00:00', 475, NULL, 'karambol', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1486, '1952-08-03 00:00:00', 606, 5, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1487, '1950-07-02 00:00:00', 475, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1488, '1951-05-30 00:00:00', 237, 7, NULL, 'Louis Rassey', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1489, '1959-07-05 00:00:00', 547, NULL, 'kõfelverõdés', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1490, '1955-05-30 00:00:00', 482, 5, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1491, '1956-08-05 00:00:00', 599, NULL, 'benzinfolyás', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1492, '1959-05-30 00:00:00', 204, NULL, 'kicsúszás', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1493, '1953-06-21 00:00:00', 111, 5, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1494, '1954-09-05 00:00:00', 300, NULL, 'kiállás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1495, '1952-05-18 00:00:00', 595, NULL, 'hûtés', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1496, '1956-05-13 00:00:00', 759, NULL, 'motor', 'Ecurie Rosier', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1497, '1954-05-31 00:00:00', 508, 7, NULL, 'Phillips', 'Phillips', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1498, '1952-05-30 00:00:00', 454, 12, NULL, 'Bob Estes', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1499, '1953-07-18 00:00:00', 599, NULL, 'karambol', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1500, '1958-10-19 00:00:00', 143, 15, NULL, NULL, 'Cooper', 'Climax', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1501, '1953-09-13 00:00:00', 287, 8, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1502, '1951-10-28 00:00:00', 419, 3, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1503, '1960-02-07 00:00:00', 28, 9, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1504, '1951-07-01 00:00:00', 765, NULL, 'motor', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1505, '1955-09-11 00:00:00', 503, NULL, 'benzinbefecskendezõ', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1506, '1954-09-05 00:00:00', 370, NULL, 'futómû', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1507, '1959-05-10 00:00:00', 157, NULL, 'kizárták', 'Dr Ing F Porsche KG', 'Behra-Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1508, '1953-08-23 00:00:00', 759, NULL, 'karambol', 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1509, '1958-05-18 00:00:00', 316, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1510, '1956-06-03 00:00:00', 83, NULL, 'kerék', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1511, '1960-09-04 00:00:00', 518, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1512, '1957-09-08 00:00:00', 36, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1513, '1959-07-18 00:00:00', 238, 4, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1514, '1955-01-16 00:00:00', 379, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1515, '1952-07-19 00:00:00', 258, 21, NULL, NULL, 'Frazer-Nash', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1516, '1959-05-31 00:00:00', 185, 1, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1517, '1958-08-03 00:00:00', 789, 8, NULL, NULL, 'Cooper', 'Climax', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1518, '1960-07-16 00:00:00', 54, 5, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1519, '1954-05-31 00:00:00', 139, 3, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1520, '1952-05-30 00:00:00', 26, 13, NULL, 'Ed Walsh', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1521, '1958-05-30 00:00:00', 186, NULL, 'kicsúszás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1522, '1954-07-17 00:00:00', 700, NULL, 'kiesett', 'Prince Bira', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1523, '1958-08-03 00:00:00', 222, 5, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1524, '1954-07-17 00:00:00', 300, 6, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1525, '1960-06-06 00:00:00', 83, 4, NULL, 'Rob Walker Racing Team', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1526, '1960-06-19 00:00:00', 185, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1527, '1954-05-31 00:00:00', 220, NULL, 'kiesett', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1528, '1952-07-19 00:00:00', 701, 15, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1529, '1958-05-18 00:00:00', 394, NULL, 'kormány', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1530, '1955-06-05 00:00:00', 779, NULL, 'olajfolyás', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1531, '1956-06-03 00:00:00', 238, 4, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1532, '1959-07-18 00:00:00', 499, 6, NULL, 'David Brown Corporation', 'Aston', 'Aston', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1533, '1957-09-08 00:00:00', 355, 10, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1534, '1957-01-13 00:00:00', 764, 9, NULL, 'Scuderia Centro Sud', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1535, '1955-05-22 00:00:00', 1, NULL, 'futómû', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1536, '1957-08-04 00:00:00', 127, 14, NULL, 'Ecurie Maarsbergen', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1537, '1954-05-31 00:00:00', 412, 18, NULL, 'Stevens', 'Schroeder', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1538, '1959-12-12 00:00:00', 54, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1539, '1958-10-19 00:00:00', 226, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1540, '1954-05-31 00:00:00', 259, NULL, 'kiesett', 'Pawl', 'Pawl', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1541, '1955-09-11 00:00:00', 49, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1542, '1955-06-05 00:00:00', 419, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1543, '1957-07-07 00:00:00', 355, NULL, 'sebességváltó', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1544, '1956-07-14 00:00:00', 178, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1545, '1958-10-19 00:00:00', 238, 5, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1546, '1957-05-19 00:00:00', 178, 6, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1547, '1953-09-13 00:00:00', 42, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1548, '1958-10-19 00:00:00', 185, 4, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1549, '1958-06-15 00:00:00', 731, NULL, 'motor', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1550, '1960-11-20 00:00:00', 226, 12, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1551, '1959-05-31 00:00:00', 275, 9, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1552, '1957-01-13 00:00:00', 316, NULL, 'kuplung', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1553, '1960-06-06 00:00:00', 222, NULL, 'nem azonosított', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1554, '1953-08-23 00:00:00', 53, NULL, 'sebességváltó', 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1555, '1960-07-16 00:00:00', 178, 1, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1556, '1957-05-19 00:00:00', 121, NULL, 'benzintank', 'Connaught Engineering', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1557, '1956-07-14 00:00:00', 695, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1558, '1954-07-17 00:00:00', 759, NULL, 'motor', 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1559, '1953-06-21 00:00:00', 780, 9, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1560, '1951-05-30 00:00:00', 536, NULL, 'tengely', 'Lee Elkins', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1561, '1952-07-06 00:00:00', 583, 10, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1562, '1952-05-30 00:00:00', 698, NULL, 'kompresszor', 'Cummins Engines', 'Kurtis', 'Cummins', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1563, '1952-08-17 00:00:00', 53, 9, NULL, 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1564, '1953-08-02 00:00:00', 248, NULL, 'kiesett', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1565, '1958-08-03 00:00:00', 111, 3, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1566, '1958-08-03 00:00:00', 363, NULL, 'motor', NULL, 'Cooper', 'Climax', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1567, '1950-09-03 00:00:00', 475, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1568, '1951-07-01 00:00:00', 234, NULL, 'motor', 'Scuderia Milano', 'Maserati', 'Milano', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1569, '1956-07-14 00:00:00', 1, 1, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1570, '1950-05-21 00:00:00', 550, NULL, 'karambol', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1571, '1958-01-19 00:00:00', 432, 7, NULL, 'Scuderia Sud Americana', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1572, '1960-07-03 00:00:00', 111, NULL, 'karambol', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1573, '1953-08-23 00:00:00', 729, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1574, '1952-06-22 00:00:00', 465, 15, NULL, NULL, 'HWM', 'Alta', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1575, '1951-07-01 00:00:00', 550, NULL, 'futómû', 'Enrico Plate', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1576, '1960-05-30 00:00:00', 404, 7, NULL, 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1577, '1953-06-21 00:00:00', 238, 7, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1578, '1958-05-26 00:00:00', 83, 1, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1579, '1952-05-18 00:00:00', 503, 4, NULL, 'Scuderia Franera', 'Frazer-Nash', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1580, '1954-09-05 00:00:00', 721, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1581, '1953-05-30 00:00:00', 706, 10, NULL, 'Pat Clancy', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1582, '1953-05-30 00:00:00', 800, 7, NULL, 'Ernest Ruiz', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1583, '1955-05-22 00:00:00', 606, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1584, '1953-08-02 00:00:00', 42, NULL, 'kiesett', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1585, '1960-05-30 00:00:00', 148, 9, NULL, 'Trevis', 'Trevis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1586, '1952-08-03 00:00:00', 260, NULL, 'kiesett', NULL, 'Veritas', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1587, '1953-06-21 00:00:00', 550, 4, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1588, '1956-06-03 00:00:00', 599, 1, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1589, '1950-05-13 00:00:00', 193, 3, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1590, '1956-09-02 00:00:00', 83, 1, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1591, '1955-05-30 00:00:00', 360, 7, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1592, '1959-07-18 00:00:00', 564, NULL, 'futómû', 'Alan Brown Equipe', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1593, '1957-07-07 00:00:00', 448, 4, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1594, '1953-08-23 00:00:00', 534, 9, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1595, '1956-09-02 00:00:00', 695, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1596, '1956-01-22 00:00:00', 1, 1, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1597, '1954-07-17 00:00:00', 738, NULL, 'motor', 'Ecurie Richmond', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1598, '1955-01-16 00:00:00', 83, 4, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1599, '1957-05-19 00:00:00', 369, 3, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1600, '1959-12-12 00:00:00', 150, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1601, '1960-06-06 00:00:00', 262, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1602, '1958-08-03 00:00:00', 185, NULL, 'karambol', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1603, '1957-05-30 00:00:00', 10, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1604, '1953-06-07 00:00:00', 503, NULL, 'kiállás', NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1605, '1960-07-16 00:00:00', 518, 7, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1606, '1952-09-07 00:00:00', 248, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1607, '1957-05-30 00:00:00', 421, 1, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1608, '1953-05-30 00:00:00', 574, NULL, 'kiesett', '3L Racing Team', 'Del', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1609, '1959-09-13 00:00:00', 784, NULL, 'motor', 'High Efficiency Motors', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1610, '1959-12-12 00:00:00', 518, NULL, 'kuplung', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1611, '1954-08-22 00:00:00', 83, NULL, 'olajpumpa', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1612, '1954-09-05 00:00:00', 721, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1613, '1952-08-03 00:00:00', 676, 12, NULL, NULL, 'BMW', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1614, '1952-07-19 00:00:00', 301, NULL, 'motor', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1615, '1954-05-31 00:00:00', 511, NULL, 'kiesett', 'Schroeder', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1616, '1952-08-03 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1617, '1957-05-19 00:00:00', 54, 2, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1618, '1952-07-19 00:00:00', 238, 17, NULL, 'Enrico Plate', 'Maserati', 'Plate', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1619, '1960-06-06 00:00:00', 54, NULL, 'sebességváltó', 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1620, '1960-07-16 00:00:00', 607, 8, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1621, '1955-07-16 00:00:00', 599, NULL, 'kuplung', 'Owen Racing Organisation', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1622, '1955-06-05 00:00:00', 111, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1623, '1957-09-08 00:00:00', 448, 6, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1624, '1950-05-21 00:00:00', 118, 7, NULL, 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1625, '1951-07-01 00:00:00', 1, 11, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1626, '1954-09-05 00:00:00', 250, 11, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1627, '1960-09-04 00:00:00', 355, NULL, 'üzemanyag', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1628, '1957-07-07 00:00:00', 432, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1629, '1954-07-04 00:00:00', 779, 2, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1630, '1951-10-28 00:00:00', 550, 6, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1631, '1957-05-30 00:00:00', 336, NULL, 'motor', 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1632, '1950-09-03 00:00:00', 767, NULL, 'motor', 'Enrico Plate', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1633, '1956-09-02 00:00:00', 584, 8, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1634, '1952-07-19 00:00:00', 688, NULL, 'motor', 'Ecurie Ecosse', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1635, '1955-09-11 00:00:00', 287, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1636, '1956-05-13 00:00:00', 316, NULL, 'karambol', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1637, '1957-07-20 00:00:00', 606, NULL, 'kuplung', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1638, '1958-08-03 00:00:00', 238, NULL, 'törés', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1639, '1958-07-19 00:00:00', 597, NULL, 'kuplung', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1640, '1951-09-16 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1641, '1959-08-02 00:00:00', 19, NULL, 'sebességváltó', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1642, '1956-05-13 00:00:00', 111, NULL, 'túlhajtás', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1643, '1954-08-01 00:00:00', 238, 7, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1644, '1950-05-30 00:00:00', 555, 18, NULL, 'Pete Wales', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1645, '1958-09-07 00:00:00', 185, NULL, 'tûz', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1646, '1958-05-18 00:00:00', 526, NULL, 'kizárták', 'OSCA Automobili', 'Osca', 'Osca', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1647, '1954-10-24 00:00:00', 238, NULL, 'sebességváltó', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1648, '1954-10-24 00:00:00', 606, NULL, 'törés', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1649, '1955-07-16 00:00:00', 448, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1650, '1958-05-30 00:00:00', 658, NULL, 'kizárták', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1651, '1954-10-24 00:00:00', 595, NULL, 'motor', 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1652, '1958-05-30 00:00:00', 196, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1653, '1958-05-18 00:00:00', 499, NULL, 'sebességváltó', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1654, '1960-05-30 00:00:00', 482, 13, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1655, '1960-07-16 00:00:00', 499, NULL, 'kormány', 'David Brown Corporation', 'Aston', 'Aston', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1656, '1953-08-02 00:00:00', 676, 15, NULL, NULL, 'BMW', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1657, '1957-05-19 00:00:00', 499, NULL, 'kizárták', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1658, '1959-09-13 00:00:00', 54, NULL, 'dugattyú', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1659, '1959-05-30 00:00:00', 259, 8, NULL, 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1660, '1950-06-04 00:00:00', 248, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1661, '1955-05-22 00:00:00', 655, 8, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1662, '1953-07-05 00:00:00', 701, NULL, 'kuplung', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1663, '1952-07-19 00:00:00', 419, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1664, '1955-01-16 00:00:00', 1, 1, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1665, '1957-05-30 00:00:00', 713, 14, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1666, '1950-07-02 00:00:00', 118, NULL, 'túlhajtás', 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1667, '1954-09-05 00:00:00', 780, 6, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1668, '1959-12-12 00:00:00', 19, 5, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1669, '1951-07-01 00:00:00', 438, NULL, 'kipufogócsõ', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1670, '1953-06-07 00:00:00', 759, 7, NULL, 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1671, '1960-07-16 00:00:00', 553, 15, NULL, 'Scuderia Castellotti', 'Cooper', 'Castellotti', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1672, '1960-11-20 00:00:00', 565, 11, NULL, 'Fred Armbruster', 'Cooper', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1673, '1952-06-22 00:00:00', 599, NULL, 'féltengely', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1674, '1952-08-17 00:00:00', 371, NULL, 'olajnyomás', NULL, 'Connaught', 'Lea', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1675, '1959-05-30 00:00:00', 508, NULL, 'gyújtás', 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1676, '1954-09-05 00:00:00', 83, 10, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1677, '1953-06-07 00:00:00', 550, 5, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1678, '1952-05-18 00:00:00', 738, 8, NULL, 'Ecurie Richmond', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1679, '1958-05-30 00:00:00', 204, NULL, 'futómû', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1680, '1953-05-30 00:00:00', 33, 9, NULL, 'JC Agajanian', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1681, '1955-07-16 00:00:00', 523, NULL, 'kiesett', 'Rob Walker Racing Team', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1682, '1958-07-19 00:00:00', 150, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1683, '1959-12-12 00:00:00', 83, NULL, 'sebességváltó', 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1684, '1952-06-22 00:00:00', 735, 6, NULL, 'Ecurie Richmond', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1685, '1951-05-27 00:00:00', 42, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1686, '1953-09-13 00:00:00', 617, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1687, '1950-05-13 00:00:00', 1, NULL, 'olajfolyás', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1688, '1960-07-16 00:00:00', 111, 11, NULL, 'David Brown Corporation', 'Aston', 'Aston', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1689, '1957-07-20 00:00:00', 599, NULL, 'hûtés', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1690, '1960-11-20 00:00:00', 273, 7, NULL, NULL, 'Lotus', 'Climax', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1691, '1950-05-30 00:00:00', 81, 21, NULL, 'Ludson Morris', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1692, '1950-07-02 00:00:00', 759, 6, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1693, '1958-07-19 00:00:00', 736, NULL, 'sebességváltó', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1694, '1960-05-29 00:00:00', 54, 4, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1695, '1951-07-01 00:00:00', 583, 7, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1696, '1959-07-05 00:00:00', 185, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1697, '1960-07-03 00:00:00', 54, NULL, 'nem azonosított', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1698, '1952-05-30 00:00:00', 167, 9, NULL, 'Tom Saraloff', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1699, '1956-07-14 00:00:00', 584, 10, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1700, '1951-09-16 00:00:00', 111, NULL, 'motor', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1701, '1955-06-05 00:00:00', 238, NULL, 'nem rajtolt el', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1702, '1951-07-29 00:00:00', 118, 11, NULL, 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1703, '1959-08-02 00:00:00', 178, NULL, 'kuplung', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1704, '1957-08-04 00:00:00', 140, NULL, 'kormány', 'Francesco Godia-Sales', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1705, '1950-05-30 00:00:00', 445, 10, NULL, 'Grancor Auto', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1706, '1951-07-14 00:00:00', 729, 4, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1707, '1954-07-04 00:00:00', 499, NULL, 'futómû', 'Gilby Engineering Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1708, '1951-05-27 00:00:00', 419, 3, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1709, '1960-08-14 00:00:00', 150, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1710, '1957-07-07 00:00:00', 238, 6, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1711, '1960-07-03 00:00:00', 262, NULL, 'motor', 'Reventlow Automobiles Inc', 'Scarab', 'Scarab', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1712, '1951-07-29 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1713, '1954-08-01 00:00:00', 245, NULL, 'kicsúszás', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1714, '1951-07-14 00:00:00', 1, 2, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1715, '1953-09-13 00:00:00', 1, 1, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1716, '1953-07-18 00:00:00', 499, NULL, 'kiállás', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1717, '1951-05-27 00:00:00', 673, NULL, 'gyújtás', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1718, '1960-07-16 00:00:00', 150, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1719, '1959-07-05 00:00:00', 222, 5, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1720, '1956-07-01 00:00:00', 325, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1721, '1954-08-01 00:00:00', 111, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1722, '1959-09-13 00:00:00', 111, 9, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1723, '1955-07-16 00:00:00', 584, NULL, 'futómû', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1724, '1956-01-22 00:00:00', 432, NULL, 'féltengely', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1725, '1954-05-31 00:00:00', 623, 13, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1726, '1955-07-16 00:00:00', 316, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1727, '1951-09-16 00:00:00', 354, NULL, 'karambol', 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1728, '1959-07-05 00:00:00', 54, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1729, '1957-05-19 00:00:00', 1, 1, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1730, '1950-06-04 00:00:00', 583, NULL, 'karambol', 'Automobiles Talbot-Darracq SA', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1731, '1959-05-30 00:00:00', 792, NULL, 'karambol', 'Elder', 'Elder', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1732, '1954-07-04 00:00:00', 721, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1733, '1956-09-02 00:00:00', 150, NULL, 'karambol', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1734, '1960-07-03 00:00:00', 178, 1, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1735, '1959-08-23 00:00:00', 54, 9, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1736, '1958-07-19 00:00:00', 106, NULL, 'kizárták', 'BC Ecclestone', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1737, '1957-08-04 00:00:00', 499, NULL, 'kiállás', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1738, '1956-07-01 00:00:00', 584, 2, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1739, '1950-05-30 00:00:00', 227, 20, NULL, 'RA Cott', 'Maserati', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1740, '1958-06-15 00:00:00', 275, 4, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1741, '1953-07-18 00:00:00', 42, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1742, '1958-08-03 00:00:00', 127, NULL, 'motor', 'Ecurie Maarsbergen', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1743, '1951-05-30 00:00:00', 289, NULL, 'gyújtás', 'Federal Engineering', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1744, '1951-07-29 00:00:00', 294, 9, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1745, '1960-05-30 00:00:00', 610, NULL, 'karambol', 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1746, '1957-05-30 00:00:00', 105, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1747, '1954-08-22 00:00:00', 379, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1748, '1953-08-02 00:00:00', 354, NULL, 'kiesett', 'Alex Falkenhausen Motorenen', 'AFM', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1749, '1955-06-05 00:00:00', 759, 9, NULL, 'Ecurie Rosier', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1750, '1951-09-16 00:00:00', 248, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1751, '1958-08-03 00:00:00', 54, 1, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1752, '1958-06-15 00:00:00', 316, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1753, '1955-05-30 00:00:00', 188, 8, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1754, '1956-01-22 00:00:00', 83, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1755, '1958-07-06 00:00:00', 606, NULL, 'benzinpumpa', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1756, '1956-06-03 00:00:00', 759, 8, NULL, 'Ecurie Rosier', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1757, '1951-05-30 00:00:00', 421, NULL, 'motor', 'Peter Schmidt', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1758, '1959-05-30 00:00:00', 639, NULL, 'motor', 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1759, '1956-07-14 00:00:00', 548, NULL, 'nem azonosított', 'Connaught Engineering', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1760, '1957-07-20 00:00:00', 394, 7, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1761, '1960-09-04 00:00:00', 603, 8, NULL, 'Scuderia Colonia', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1762, '1957-05-30 00:00:00', 800, 2, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1763, '1958-05-18 00:00:00', 86, NULL, 'kizárták', 'BC Ecclestone', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1764, '1960-02-07 00:00:00', 731, NULL, 'túlhajtás', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1765, '1953-08-02 00:00:00', 248, 8, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1766, '1960-05-29 00:00:00', 185, 5, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1767, '1955-05-30 00:00:00', 163, NULL, 'gyújtás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1768, '1950-05-30 00:00:00', 411, 12, NULL, 'Murrell Belanger', 'Stevens', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1769, '1952-08-03 00:00:00', 153, NULL, 'kiesett', NULL, 'Veritas', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1770, '1960-02-07 00:00:00', 518, 8, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1771, '1955-05-22 00:00:00', 419, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1772, '1954-08-22 00:00:00', 756, 3, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1773, '1952-08-03 00:00:00', 446, NULL, 'motor', NULL, 'Veritas', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1774, '1958-09-07 00:00:00', 731, 6, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1775, '1959-08-23 00:00:00', 700, 7, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1776, '1953-07-18 00:00:00', 767, 7, NULL, 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1777, '1957-05-19 00:00:00', 150, NULL, 'kiesett', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1778, '1951-07-14 00:00:00', 46, 7, NULL, 'British Racing Motors Ltd', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1779, '1956-09-02 00:00:00', 287, NULL, 'kiesett', 'Scuderia Guastalla', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1780, '1957-01-13 00:00:00', 150, 6, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1781, '1959-07-18 00:00:00', 778, NULL, 'motor', 'Dorchester Service Station', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1782, '1958-08-03 00:00:00', 591, NULL, 'benzinpumpa', 'Ecurie Eperon d\'Or', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1783, '1956-09-02 00:00:00', 700, 3, NULL, 'Connaught Engineering', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1784, '1952-08-03 00:00:00', 599, NULL, 'motor', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1785, '1950-06-04 00:00:00', 118, 10, NULL, 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1786, '1951-07-14 00:00:00', 301, 12, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1787, '1956-07-14 00:00:00', 333, NULL, 'kerék', 'Connaught Engineering', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1788, '1957-01-13 00:00:00', 606, 2, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1789, '1958-06-15 00:00:00', 448, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1790, '1951-10-28 00:00:00', 729, 5, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1791, '1957-05-30 00:00:00', 56, 15, NULL, 'Kurtis Kraft', 'Kurtis', 'Novi', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1792, '1960-08-14 00:00:00', 222, 2, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1793, '1956-05-30 00:00:00', 259, 15, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1794, '1953-06-07 00:00:00', 118, NULL, 'nem ért célba', 'Ecurie Belge', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1795, '1954-08-01 00:00:00', 595, 9, NULL, 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1796, '1960-06-06 00:00:00', 518, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1797, '1950-05-21 00:00:00', 595, NULL, 'karambol', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1798, '1959-09-13 00:00:00', 597, 14, NULL, 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1799, '1952-05-30 00:00:00', 56, NULL, 'olajnyomás', 'Earl Slick', 'Deidt', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1800, '1955-09-11 00:00:00', 83, NULL, 'motor', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1801, '1956-09-02 00:00:00', 248, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1802, '1951-09-16 00:00:00', 721, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1803, '1951-09-16 00:00:00', 294, NULL, 'motor', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1804, '1955-05-30 00:00:00', 259, 13, NULL, 'Trevis', 'Trevis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1805, '1957-05-19 00:00:00', 36, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1806, '1952-06-22 00:00:00', 376, 12, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1807, '1954-08-01 00:00:00', 234, NULL, 'karambol', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1808, '1960-05-30 00:00:00', 508, NULL, 'gyújtás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1809, '1958-10-19 00:00:00', 222, 13, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1810, '1959-08-23 00:00:00', 499, 6, NULL, 'David Brown Corporation', 'Aston', 'Aston', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1811, '1960-07-03 00:00:00', 791, NULL, 'futómû', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1812, '1960-07-16 00:00:00', 743, 16, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1813, '1956-08-05 00:00:00', 606, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1814, '1956-07-01 00:00:00', 140, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1815, '1955-05-22 00:00:00', 248, 5, NULL, 'Scuderia Lancia', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1816, '1953-06-21 00:00:00', 587, 11, NULL, 'Ecurie Belge', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1817, '1960-07-16 00:00:00', 369, 14, NULL, 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1818, '1954-06-20 00:00:00', 83, 3, NULL, 'Equipe Moss', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1819, '1953-01-18 00:00:00', 432, NULL, 'sebességváltó', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1820, '1956-08-05 00:00:00', 1, 1, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1821, '1958-05-18 00:00:00', 736, NULL, 'kizárták', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1822, '1959-05-10 00:00:00', 83, NULL, 'futómû', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1823, '1960-06-06 00:00:00', 731, 3, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1824, '1955-06-05 00:00:00', 448, NULL, 'sebességváltó', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1825, '1953-05-30 00:00:00', 677, NULL, 'gyújtás', 'Federal Auto Associates', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1826, '1956-09-02 00:00:00', 794, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1827, '1955-05-30 00:00:00', 139, NULL, 'gyújtás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1828, '1959-05-31 00:00:00', 178, 2, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1829, '1951-05-30 00:00:00', 555, NULL, 'benzinfolyás', 'Maserati', 'Maserati', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1830, '1959-08-23 00:00:00', 178, NULL, 'karambol', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1831, '1954-09-05 00:00:00', 111, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1832, '1959-09-13 00:00:00', 431, 15, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1833, '1952-05-18 00:00:00', 550, 6, NULL, 'Enrico Plate', 'Maserati', 'Plate', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1834, '1960-05-29 00:00:00', 695, NULL, 'kizárták', 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1835, '1956-05-30 00:00:00', 102, 8, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1836, '1958-08-24 00:00:00', 448, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1837, '1959-05-10 00:00:00', 731, NULL, 'tûz', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1838, '1950-06-18 00:00:00', 294, 7, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1839, '1950-05-30 00:00:00', 421, NULL, 'olajnyomás', 'Milt Marion', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1840, '1960-09-04 00:00:00', 431, 4, NULL, 'Scuderia Castellotti', 'Cooper', 'Castellotti', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1841, '1950-09-03 00:00:00', 29, 3, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1842, '1954-07-04 00:00:00', 759, NULL, 'motor', 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1843, '1957-09-08 00:00:00', 695, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1844, '1958-05-18 00:00:00', 275, 6, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1845, '1953-06-07 00:00:00', 162, NULL, 'motor', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1846, '1960-02-07 00:00:00', 682, NULL, 'feladta', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1847, '1953-05-30 00:00:00', 602, NULL, 'kiesett', '3L Racing Team', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1848, '1951-06-17 00:00:00', 546, NULL, 'motor', 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1849, '1955-01-16 00:00:00', 606, NULL, 'karambol', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1850, '1956-05-30 00:00:00', 183, 16, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1851, '1951-06-17 00:00:00', 759, 4, NULL, 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1852, '1955-05-22 00:00:00', 532, 8, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1853, '1956-05-30 00:00:00', 669, NULL, 'motor', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1854, '1954-09-05 00:00:00', 599, 7, NULL, 'G A Vandervell', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1855, '1953-05-30 00:00:00', 56, 9, NULL, 'JC Agajanian', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1856, '1951-09-16 00:00:00', 364, NULL, 'motor', NULL, 'Ferrari', 'Ferrari', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1857, '1950-09-03 00:00:00', 398, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1858, '1958-10-19 00:00:00', 784, 8, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1859, '1951-07-01 00:00:00', 419, 5, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1860, '1957-05-30 00:00:00', 508, 17, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1861, '1953-08-02 00:00:00', 448, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1862, '1951-10-28 00:00:00', 438, 8, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1863, '1954-05-31 00:00:00', 693, 14, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1864, '1958-05-18 00:00:00', 58, NULL, 'kizárták', 'BC Ecclestone', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1865, '1958-10-19 00:00:00', 736, 12, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1866, '1955-05-30 00:00:00', 580, NULL, 'benzinpumpa', 'Schroeder', 'Schroeder', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1867, '1952-07-06 00:00:00', 655, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1868, '1951-07-14 00:00:00', 193, 5, NULL, 'British Racing Motors Ltd', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1869, '1953-08-02 00:00:00', 83, 6, NULL, 'Cooper Car Company', 'Cooper', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1870, '1957-08-04 00:00:00', 599, 3, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1871, '1959-12-12 00:00:00', 499, NULL, 'futómû', 'High Efficiency Motors', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1872, '1955-01-16 00:00:00', 300, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1873, '1954-05-31 00:00:00', 163, 11, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1874, '1958-05-30 00:00:00', 574, NULL, 'kormány', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1875, '1959-07-18 00:00:00', 54, NULL, 'motor', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1876, '1951-06-17 00:00:00', 118, 7, NULL, 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1877, '1952-08-17 00:00:00', 83, NULL, 'motor', 'ERA Ltd', 'ERA', 'ERA', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1878, '1951-07-29 00:00:00', 248, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1879, '1954-05-31 00:00:00', 131, 5, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1880, '1952-08-17 00:00:00', 532, NULL, 'sebességváltó', 'Ecurie Belge', 'Simca-Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1881, '1957-09-08 00:00:00', 369, 4, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1882, '1959-07-18 00:00:00', 731, 9, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1883, '1957-08-18 00:00:00', 178, 7, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1884, '1957-08-04 00:00:00', 146, NULL, 'gyújtás', 'Ridgeway Managements', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1885, '1959-08-02 00:00:00', 54, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1886, '1958-07-06 00:00:00', 518, 7, NULL, 'Joakim Bonnier Racing Team', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1887, '1957-07-07 00:00:00', 111, NULL, 'gyújtás', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1888, '1951-07-01 00:00:00', 781, 10, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1889, '1956-09-02 00:00:00', 1, 8, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1890, '1952-09-07 00:00:00', 53, 8, NULL, 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1891, '1954-08-01 00:00:00', 756, NULL, 'benzinfolyás', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1892, '1960-08-14 00:00:00', 19, 6, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1893, '1957-07-07 00:00:00', 499, NULL, 'szelep', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1894, '1952-08-17 00:00:00', 448, 4, NULL, 'Leslie Hawthorn', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1895, '1958-05-18 00:00:00', 230, NULL, 'kizárták', 'Ken Kavanagh', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1896, '1958-09-07 00:00:00', 499, 5, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1897, '1958-05-30 00:00:00', 713, NULL, 'karambol', 'Dunn', 'Dunn', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1898, '1951-10-28 00:00:00', 118, NULL, 'karambol', 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1899, '1959-09-13 00:00:00', 547, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1900, '1960-07-16 00:00:00', 115, NULL, 'túlhajtás', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1901, '1955-06-05 00:00:00', 1, 1, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1902, '1958-05-26 00:00:00', 731, NULL, 'motor', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1903, '1958-09-07 00:00:00', 369, 4, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1904, '1952-07-19 00:00:00', 193, 7, NULL, 'AHM Bryde', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1905, '1960-05-30 00:00:00', 259, 6, NULL, 'Trevis', 'Trevis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1906, '1958-05-26 00:00:00', 599, NULL, 'kicsúszás', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1907, '1953-08-23 00:00:00', 335, NULL, 'olajfolyás', 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1908, '1954-10-24 00:00:00', 316, 2, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1909, '1957-08-18 00:00:00', 238, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1910, '1955-05-30 00:00:00', 413, 5, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1911, '1952-05-18 00:00:00', 673, NULL, 'karambol', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1912, '1951-07-14 00:00:00', 61, NULL, 'hûtés', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1913, '1960-05-29 00:00:00', 178, NULL, 'pályaelhagyás', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1914, '1957-08-18 00:00:00', 83, 1, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1915, '1956-08-05 00:00:00', 325, NULL, 'karambol', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1916, '1956-05-13 00:00:00', 794, 5, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1917, '1955-07-16 00:00:00', 111, NULL, 'túlhajtás', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1918, '1955-01-16 00:00:00', 42, NULL, 'karambol', 'Scuderia Lancia', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1919, '1954-05-31 00:00:00', 191, NULL, 'kiesett', 'Nichels', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1920, '1950-05-30 00:00:00', 598, 11, NULL, 'Carl Marchese', 'Marchese', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1921, '1955-07-16 00:00:00', 83, 1, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1922, '1959-09-13 00:00:00', 185, 8, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1923, '1954-06-20 00:00:00', 721, NULL, 'olajfolyás', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1924, '1952-07-06 00:00:00', 335, 11, NULL, 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1925, '1957-08-04 00:00:00', 381, 13, NULL, 'JB Naylor', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1926, '1958-05-18 00:00:00', 83, NULL, 'motor', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1927, '1953-09-13 00:00:00', 111, 5, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1928, '1959-08-23 00:00:00', 222, NULL, 'futómû', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1929, '1956-05-13 00:00:00', 448, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1930, '1957-05-30 00:00:00', 758, 11, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1931, '1950-05-13 00:00:00', 767, NULL, 'benzinhiány', 'Enrico Plate', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1932, '1954-08-22 00:00:00', 370, NULL, 'benzinpumpa', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1933, '1957-05-19 00:00:00', 448, NULL, 'karambol', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1934, '1953-06-21 00:00:00', 269, NULL, 'motor', NULL, 'Simca-Gordini', 'Gordini', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1935, '1960-07-16 00:00:00', 226, 9, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1936, '1954-08-22 00:00:00', 111, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1937, '1960-09-04 00:00:00', 756, 6, NULL, 'Porsche System Engineering', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1938, '1950-05-30 00:00:00', 691, 5, NULL, 'Ervin Wolfe', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1939, '1957-07-20 00:00:00', 1, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1940, '1955-05-22 00:00:00', 238, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1941, '1954-07-17 00:00:00', 83, NULL, 'futómû', 'Alfred Moss', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1942, '1953-07-05 00:00:00', 238, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1943, '1956-07-14 00:00:00', 721, NULL, 'vezérmûtengely', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1944, '1953-07-05 00:00:00', 111, NULL, 'futómû', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1945, '1953-08-23 00:00:00', 240, 8, NULL, 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1946, '1954-07-17 00:00:00', 503, 8, NULL, 'Owen Racing Organisation', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1947, '1953-08-02 00:00:00', 331, NULL, 'motor', 'Equipe Anglaise', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1948, '1956-05-30 00:00:00', 800, NULL, 'motor', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1949, '1958-08-03 00:00:00', 121, 11, NULL, 'Ecurie Demi Litre', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1950, '1950-09-03 00:00:00', 729, NULL, 'visszalépés', 'Scuderia Milano', 'Milano', 'Milano', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1951, '1958-05-30 00:00:00', 223, NULL, 'karambol', 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1952, '1960-11-20 00:00:00', 499, 8, NULL, 'High Efficiency Motors', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1953, '1950-05-13 00:00:00', 759, 5, NULL, 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1954, '1954-05-31 00:00:00', 707, 11, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1955, '1957-09-08 00:00:00', 557, 11, NULL, 'Ottoronio Volonterio', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1956, '1960-08-14 00:00:00', 226, 7, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1957, '1959-09-13 00:00:00', 226, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1958, '1958-05-30 00:00:00', 257, 8, NULL, 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1959, '1958-07-06 00:00:00', 185, 8, NULL, 'Giorgio Scarlatti', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1960, '1956-07-14 00:00:00', 248, 6, NULL, 'Luigi Piotti', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1961, '1952-08-17 00:00:00', 298, NULL, 'sebességváltó', 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1962, '1957-05-30 00:00:00', 622, NULL, 'benzinfolyás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1963, '1953-08-23 00:00:00', 606, NULL, 'olajnyomás', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1964, '1954-08-22 00:00:00', 503, 6, NULL, 'Owen Racing Organisation', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1965, '1955-06-19 00:00:00', 759, 9, NULL, 'Ecurie Rosier', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1966, '1953-06-07 00:00:00', 448, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1967, '1959-05-31 00:00:00', 452, NULL, 'motor', 'David Brown Corporation', 'Aston', 'Aston', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1968, '1958-06-15 00:00:00', 578, NULL, 'motor', 'Ken Kavanagh', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1969, '1951-05-27 00:00:00', 248, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1970, '1954-01-17 00:00:00', 250, NULL, 'sebességváltó', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1971, '1953-07-05 00:00:00', 606, 10, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1972, '1953-05-30 00:00:00', 102, 16, NULL, 'MA Walker', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1973, '1956-07-01 00:00:00', 83, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1974, '1952-08-03 00:00:00', 595, NULL, 'karambol', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1975, '1956-01-22 00:00:00', 226, 5, NULL, 'Scuderia Ferrari', 'Ferrari', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1976, '1959-08-02 00:00:00', 606, NULL, 'karambol', NULL, 'Behra-Porsche', 'Porsche', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1977, '1957-05-19 00:00:00', 394, 4, NULL, 'Connaught Engineering', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1978, '1952-09-07 00:00:00', 32, NULL, 'kizárták', 'WS Aston', 'Aston', 'Butterworth', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1979, '1958-09-07 00:00:00', 431, NULL, 'motor', 'Joakim Bonnier Racing Team', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1980, '1960-06-19 00:00:00', 83, NULL, 'nem azonosított', 'Rob Walker Racing Team', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1981, '1953-09-13 00:00:00', 238, 9, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1982, '1951-05-30 00:00:00', 411, 8, NULL, 'Rotary Engineering', 'Deidt', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1983, '1954-06-20 00:00:00', 1, 1, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1984, '1954-05-31 00:00:00', 31, 1, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1985, '1960-06-19 00:00:00', 117, NULL, 'karambol', 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1986, '1950-07-02 00:00:00', 729, NULL, 'motor', 'Scuderia Milano', 'Maserati', 'Milano', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1987, '1960-05-29 00:00:00', 262, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1988, '1958-07-19 00:00:00', 499, 3, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1989, '1954-01-17 00:00:00', 721, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1990, '1953-08-02 00:00:00', 284, 7, NULL, 'Ecurie Francorchamps', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1991, '1952-08-03 00:00:00', 173, NULL, 'sebességváltó', 'Motor-Presse-Verlag', 'Veritas', 'Veritas', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1992, '1955-01-16 00:00:00', 238, 6, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1993, '1960-08-14 00:00:00', 185, NULL, 'motor', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1994, '1960-07-03 00:00:00', 778, NULL, 'motor', 'Robert Bodle Ltd', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1995, '1957-07-07 00:00:00', 178, NULL, 'karambol', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1996, '1958-09-07 00:00:00', 756, NULL, 'motor', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1997, '1954-10-24 00:00:00', 284, NULL, 'motor', 'Ecurie Francorchamps', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1998, '1953-08-23 00:00:00', 503, 7, NULL, NULL, 'Cooper', 'Bristol', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (1999, '1960-11-20 00:00:00', 334, NULL, 'karambol', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2000, '1958-07-06 00:00:00', 448, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2001, '1950-05-13 00:00:00', 441, 10, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2002, '1952-07-19 00:00:00', 448, 3, NULL, 'Leslie Hawthorn', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2003, '1958-07-19 00:00:00', 54, 7, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2004, '1958-05-18 00:00:00', 111, 1, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2005, '1956-08-05 00:00:00', 695, NULL, 'pályaelhagyás', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2006, '1951-05-27 00:00:00', 781, 4, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2007, '1950-06-18 00:00:00', 759, 3, NULL, 'Automobiles Talbot-Darracq SA', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2008, '1960-05-30 00:00:00', 683, 15, NULL, 'Watson', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2009, '1951-05-30 00:00:00', 336, NULL, 'motor', 'JC Agajanian', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2010, '1950-09-03 00:00:00', 688, NULL, 'sebességváltó', 'Scuderia Ambrosiana', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2011, '1958-08-24 00:00:00', 275, NULL, 'karambol', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2012, '1960-02-07 00:00:00', 83, 3, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2013, '1953-07-05 00:00:00', 599, 13, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2014, '1958-07-06 00:00:00', 178, 6, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2015, '1956-07-01 00:00:00', 765, NULL, 'motor', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2016, '1958-07-19 00:00:00', 599, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2017, '1955-09-11 00:00:00', 1, 1, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2018, '1950-06-04 00:00:00', 60, 7, NULL, 'Scuderia Achille Varzi', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2019, '1951-05-27 00:00:00', 118, 13, NULL, 'Ecurie Belge', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2020, '1958-01-19 00:00:00', 316, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2021, '1958-10-19 00:00:00', 178, 11, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2022, '1959-07-05 00:00:00', 36, 8, NULL, 'Scuderia Ugolini', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2023, '1956-07-01 00:00:00', 759, 6, NULL, 'Ecurie Rosier', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2024, '1960-06-06 00:00:00', 499, NULL, 'visszalépés', 'David Brown Corporation', 'Aston', 'Aston', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2025, '1959-08-02 00:00:00', 275, NULL, 'kuplung', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2026, '1960-05-30 00:00:00', 639, NULL, 'benzinpumpa', 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2027, '1955-07-16 00:00:00', 655, 4, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2028, '1952-09-07 00:00:00', 228, NULL, 'sebességváltó', NULL, 'Osca', 'Osca', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2029, '1957-05-30 00:00:00', 102, NULL, 'kompresszor', 'Lesovsky', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2030, '1954-05-31 00:00:00', 105, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2031, '1953-01-18 00:00:00', 248, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2032, '1952-06-22 00:00:00', 448, 4, NULL, 'Leslie Hawthorn', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2033, '1954-05-31 00:00:00', 800, NULL, 'kiesett', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2034, '1955-01-16 00:00:00', 721, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2035, '1960-06-19 00:00:00', 178, 1, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2036, '1954-07-17 00:00:00', 499, NULL, 'futómû', 'Gilby Engineering Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2037, '1952-08-17 00:00:00', 668, NULL, 'differenciálmû', 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2038, '1951-06-17 00:00:00', 781, NULL, 'hûtés', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2039, '1958-07-06 00:00:00', 111, NULL, 'olajfolyás', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2040, '1956-06-03 00:00:00', 606, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2041, '1954-01-17 00:00:00', 767, 7, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2042, '1958-08-03 00:00:00', 670, 6, NULL, 'Dr Ing F Porsche KG', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2043, '1954-05-31 00:00:00', 471, 15, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2044, '1952-05-30 00:00:00', 511, 15, NULL, 'George Leitenberger', 'Sherman', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2045, '1959-08-02 00:00:00', 83, NULL, 'futómû', 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2046, '1960-05-29 00:00:00', 547, NULL, 'nem teljesítette a távot', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2047, '1958-06-15 00:00:00', 238, 5, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2048, '1960-07-16 00:00:00', 547, 10, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2049, '1950-09-03 00:00:00', 1, NULL, 'sebességváltó', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2050, '1957-01-13 00:00:00', 599, NULL, 'kuplung', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2051, '1951-06-17 00:00:00', 1, 9, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2052, '1955-05-30 00:00:00', 693, 1, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2053, '1955-07-16 00:00:00', 784, NULL, 'motor', 'Connaught Engineering', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2054, '1950-05-30 00:00:00', 602, 23, NULL, 'Norm Olson', 'Olson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2055, '1960-05-29 00:00:00', 499, NULL, 'túlhajtás', 'High Efficiency Motors', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2056, '1954-05-31 00:00:00', 698, 6, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2057, '1954-07-04 00:00:00', 269, NULL, 'motor', NULL, 'Gordini', 'Gordini', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2058, '1960-02-07 00:00:00', 238, NULL, 'benzinpumpa', 'Ecurie Bleue', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2059, '1952-08-03 00:00:00', 358, NULL, 'kiesett', NULL, 'BMW', 'BMW', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2060, '1955-01-16 00:00:00', 94, NULL, 'benzinhiány', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2061, '1954-05-31 00:00:00', 421, NULL, 'kiesett', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2062, '1953-01-18 00:00:00', 238, 7, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2063, '1953-08-02 00:00:00', 234, NULL, 'kiállás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2064, '1951-07-14 00:00:00', 419, NULL, 'kuplung', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2065, '1952-07-19 00:00:00', 32, NULL, 'nem rajtolt el', 'WS Aston', 'Aston', 'Butterworth', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2066, '1955-07-16 00:00:00', 238, 9, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2067, '1959-09-13 00:00:00', 452, 10, NULL, 'David Brown Corporation', 'Aston', 'Aston', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2068, '1955-07-16 00:00:00', 300, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2069, '1958-10-19 00:00:00', 756, 9, NULL, 'Joakim Bonnier Racing Team', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2070, '1956-07-01 00:00:00', 655, NULL, 'motor', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2071, '1955-01-16 00:00:00', 474, NULL, 'karambol', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2072, '1954-01-17 00:00:00', 759, NULL, 'karambol', 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2073, '1958-10-19 00:00:00', 448, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2074, '1954-08-22 00:00:00', 721, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2075, '1960-05-29 00:00:00', 553, NULL, 'kizárták', 'Scuderia Castellotti', 'Cooper', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2076, '1954-08-22 00:00:00', 595, NULL, 'karambol', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2077, '1955-07-16 00:00:00', 694, 7, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2078, '1951-10-28 00:00:00', 140, 10, NULL, 'Scuderia Milano', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2079, '1955-05-22 00:00:00', 701, NULL, 'kizárták', 'Stirling Moss Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2080, '1960-05-30 00:00:00', 611, 4, NULL, 'Phillips', 'Phillips', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2081, '1956-05-30 00:00:00', 360, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2082, '1954-09-05 00:00:00', 779, NULL, 'karambol', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2083, '1956-09-02 00:00:00', 736, 10, NULL, 'Scuderia Guastalla', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2084, '1960-07-16 00:00:00', 334, 2, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2085, '1959-07-05 00:00:00', 499, NULL, 'dugattyú', 'High Efficiency Motors', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2086, '1960-06-06 00:00:00', 130, NULL, 'futómû', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2087, '1955-09-11 00:00:00', 316, NULL, 'sebességváltó', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2088, '1954-07-17 00:00:00', 238, 12, NULL, NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2089, '1957-05-19 00:00:00', 129, NULL, 'kizárták', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2090, '1956-05-30 00:00:00', 56, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2091, '1953-08-02 00:00:00', 735, NULL, 'motor', 'RJ Chase', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2092, '1950-05-30 00:00:00', 725, 4, NULL, 'MA Walker', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2093, '1960-06-19 00:00:00', 226, 3, NULL, 'Yeoman Credit Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2094, '1955-06-05 00:00:00', 532, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2095, '1952-08-03 00:00:00', 419, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2096, '1953-09-13 00:00:00', 53, NULL, 'motor', 'Scuderia Milano', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2097, '1960-07-16 00:00:00', 381, 13, NULL, 'JB Naylor', 'JBW', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2098, '1958-06-15 00:00:00', 83, NULL, 'motor', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2099, '1958-06-15 00:00:00', 185, 9, NULL, 'Joakim Bonnier Racing Team', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2100, '1958-06-15 00:00:00', 295, NULL, 'motor', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2101, '1960-02-07 00:00:00', 83, NULL, 'kiállás', 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2102, '1959-12-12 00:00:00', 272, 7, NULL, 'Blanchard Automobiles', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2103, '1957-05-30 00:00:00', 163, 16, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2104, '1957-05-19 00:00:00', 599, NULL, 'karambol', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2105, '1954-05-31 00:00:00', 33, NULL, 'kiesett', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2106, '1952-09-07 00:00:00', 738, 13, NULL, 'Ecurie Richmond', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2107, '1950-05-21 00:00:00', 419, NULL, 'karambol', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2108, '1960-06-06 00:00:00', 115, NULL, 'visszalépés', 'Reventlow Automobiles Inc', 'Scarab', 'Scarab', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2109, '1959-07-18 00:00:00', 121, 13, NULL, 'British Racing Partnership', 'Cooper', 'Borgward', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2110, '1960-02-07 00:00:00', 111, 3, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2111, '1957-08-04 00:00:00', 670, 12, NULL, 'Dr Ing Porsche KG', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2112, '1960-05-30 00:00:00', 762, NULL, 'törés', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2113, '1953-09-13 00:00:00', 234, NULL, 'karambol', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2114, '1960-06-19 00:00:00', 518, 4, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2115, '1952-08-17 00:00:00', 419, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2116, '1954-08-01 00:00:00', 721, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2117, '1952-06-22 00:00:00', 738, 9, NULL, 'Ecurie Richmond', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2118, '1954-01-17 00:00:00', 287, 9, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2119, '1955-07-16 00:00:00', 178, NULL, 'motor', 'Cooper Car Company', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2120, '1950-06-18 00:00:00', 438, NULL, 'túlhajtás', 'Automobiles Talbot-Darracq SA', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2121, '1950-06-18 00:00:00', 248, 6, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2122, '1953-05-30 00:00:00', 677, 4, NULL, 'Grancor Auto Specialists', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2123, '1959-05-10 00:00:00', 222, 5, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2124, '1955-01-16 00:00:00', 432, NULL, 'kiesett', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2125, '1952-07-06 00:00:00', 599, 6, NULL, 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2126, '1954-05-31 00:00:00', 482, NULL, 'kiesett', 'Nichels', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2127, '1959-05-10 00:00:00', 499, NULL, 'futómû', 'High Efficiency Motors', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2128, '1952-05-18 00:00:00', 655, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2129, '1956-06-03 00:00:00', 587, 6, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2130, '1960-06-06 00:00:00', 369, NULL, 'visszalépés', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2131, '1952-07-06 00:00:00', 118, NULL, 'nem azonosított', 'Ecurie Belge', 'Simca-Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2132, '1950-07-02 00:00:00', 419, 7, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2133, '1954-05-31 00:00:00', 458, 9, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2134, '1953-07-05 00:00:00', 499, NULL, 'gyújtás', 'Connaught Engineering', 'Connaught', 'Lea', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2135, '1959-05-30 00:00:00', 611, NULL, 'kiállás', 'Phillips', 'Phillips', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2136, '1953-06-07 00:00:00', 729, 3, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2137, '1951-05-27 00:00:00', 438, 10, NULL, NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2138, '1957-07-07 00:00:00', 606, 5, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2139, '1954-09-05 00:00:00', 42, NULL, 'motor', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2140, '1954-08-01 00:00:00', 448, NULL, 'sebességváltó', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2141, '1957-08-18 00:00:00', 1, 2, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2142, '1954-10-24 00:00:00', 756, NULL, 'befecskendezõ', 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2143, '1958-09-07 00:00:00', 275, 7, NULL, 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2144, '1952-08-03 00:00:00', 617, NULL, 'törés', 'Scuderia Marzotto', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2145, '1953-05-30 00:00:00', 81, NULL, 'kiesett', 'John Zink', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2146, '1960-05-30 00:00:00', 411, 12, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2147, '1953-06-21 00:00:00', 701, NULL, 'motor', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2148, '1952-08-03 00:00:00', 675, NULL, 'sebességváltó', 'Escuderia Bandeirantes', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2149, '1956-08-05 00:00:00', 248, NULL, 'motor', 'Luigi Piotti', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2150, '1951-10-28 00:00:00', 759, 7, NULL, 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2151, '1950-05-30 00:00:00', 709, 8, NULL, 'Lou Moore', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2152, '1954-05-31 00:00:00', 81, NULL, 'motor', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2153, '1950-05-30 00:00:00', 56, NULL, 'kerék', 'Lou Moore', 'Deidt', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2154, '1956-01-22 00:00:00', 736, 4, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2155, '1954-10-24 00:00:00', 283, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2156, '1955-05-30 00:00:00', 698, NULL, 'kicsúszás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2157, '1958-05-26 00:00:00', 394, NULL, 'motor', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2158, '1958-05-26 00:00:00', 178, 8, NULL, 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2159, '1956-05-13 00:00:00', 584, NULL, 'kuplung', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2160, '1959-07-18 00:00:00', 207, 12, NULL, 'Alan Brown Equipe', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2161, '1956-06-03 00:00:00', 111, NULL, 'motor', 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2162, '1954-06-20 00:00:00', 767, 6, NULL, 'Prince Bira', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2163, '1953-07-18 00:00:00', 729, 6, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2164, '1954-10-24 00:00:00', 42, NULL, 'kuplung', 'Scuderia Lancia', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2165, '1959-12-12 00:00:00', 111, 2, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2166, '1959-07-05 00:00:00', 731, NULL, 'kõfelverõdés', 'Team Lotus', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2167, '1955-07-16 00:00:00', 606, NULL, 'olajfolyás', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2168, '1952-05-30 00:00:00', 33, NULL, 'kipufogócsõ', 'Mel Wiggers', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2169, '1958-05-26 00:00:00', 127, 11, NULL, 'Ecurie Maarsbergen', 'Porsche', 'Porsche', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2170, '1954-08-01 00:00:00', 779, 4, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2171, '1952-06-22 00:00:00', 200, NULL, 'motor', 'WS Aston', 'Aston', 'Butterworth', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2172, '1950-09-03 00:00:00', 470, NULL, 'kiesett', 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2173, '1955-07-16 00:00:00', 162, NULL, 'olajfolyás', 'Connaught Engineering', 'Connaught', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2174, '1958-05-26 00:00:00', 111, 9, NULL, 'Rob Walker Racing Team', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2175, '1950-05-30 00:00:00', 637, NULL, 'kiesett', 'Richard Palmer', 'Adams', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2176, '1954-07-04 00:00:00', 595, 3, NULL, 'Ecurie Rosier', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2177, '1958-08-03 00:00:00', 178, NULL, 'karambol', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2178, '1950-05-13 00:00:00', 546, NULL, 'kuplung', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2179, '1952-08-17 00:00:00', 111, 6, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2180, '1959-05-30 00:00:00', 658, NULL, 'karambol', 'Sutton', 'Sutton', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2181, '1956-08-05 00:00:00', 287, NULL, 'kormány', 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2182, '1957-05-30 00:00:00', 677, 4, NULL, 'Kurtis Kraft', 'Kurtis', 'Novi', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2183, '1950-07-02 00:00:00', 721, NULL, 'motor', 'Scuderia Achille Varzi', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2184, '1953-06-21 00:00:00', 606, NULL, 'motor', 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2185, '1958-05-30 00:00:00', 188, NULL, 'karambol', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2186, '1951-07-29 00:00:00', 419, NULL, 'túlhajtás', 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2187, '1955-06-19 00:00:00', 355, NULL, 'karambol', 'Gould\'s Garage (Bristol)', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2188, '1957-07-20 00:00:00', 83, 1, NULL, 'Vandervell Products Ltd', 'Vanwall', 'Vanwall', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2189, '1960-07-16 00:00:00', 778, 12, NULL, 'Robert Bodle Ltd', 'Lotus', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2190, '1950-06-18 00:00:00', 625, NULL, 'motor', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2191, '1954-06-20 00:00:00', 419, NULL, 'gyújtás', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2192, '1960-02-07 00:00:00', 432, 4, NULL, 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2193, '1960-02-07 00:00:00', 178, NULL, 'sebességváltó', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2194, '1956-05-30 00:00:00', 698, 12, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2195, '1957-08-04 00:00:00', 36, 10, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2196, '1954-10-24 00:00:00', 759, 7, NULL, 'Ecurie Rosier', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2197, '1958-05-30 00:00:00', 639, 1, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2198, '1959-07-05 00:00:00', 369, NULL, 'feladta', 'Cooper Car Company', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2199, '1951-05-30 00:00:00', 102, NULL, 'olajcsõ', 'Louis and Bruce Bromme', 'Bromme', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2200, '1959-05-10 00:00:00', 54, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2201, '1959-05-30 00:00:00', 677, 9, NULL, 'Leader Cards Inc', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2202, '1950-07-02 00:00:00', 364, 3, NULL, NULL, 'Ferrari', 'Ferrari', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2203, '1957-08-04 00:00:00', 789, 15, NULL, 'Ridgeway Managements', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2204, '1952-09-07 00:00:00', 448, NULL, 'nem teljesítette a távot', 'AHM Bryde', 'Cooper', 'Bristol', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2205, '1955-06-19 00:00:00', 1, 1, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2206, '1958-09-07 00:00:00', 226, NULL, 'nem azonosított', 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2207, '1954-06-20 00:00:00', 111, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2208, '1958-07-06 00:00:00', 150, 3, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2209, '1951-05-27 00:00:00', 721, NULL, 'olajpumpa', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2210, '1956-06-03 00:00:00', 584, NULL, 'futómû', 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2211, '1954-10-24 00:00:00', 448, 1, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2212, '1951-05-30 00:00:00', 144, NULL, 'kiesett', 'Jean Marcenac', 'Kurtis', 'Novi', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2213, '1954-05-31 00:00:00', 577, 16, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2214, '1957-05-30 00:00:00', 698, NULL, 'benzinfolyás', 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2215, '1959-07-05 00:00:00', 127, 9, NULL, 'Scuderia Ugolini', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2216, '1957-08-04 00:00:00', 606, 6, NULL, 'Officine Alfieri Maserati', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2217, '1956-07-14 00:00:00', 54, NULL, 'karambol', 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2218, '1951-07-29 00:00:00', 301, NULL, 'olajnyomás', NULL, 'Talbot-Lago', 'Talbot', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2219, '1952-05-30 00:00:00', 683, 18, NULL, 'Bessie Lee Paoli', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2220, '1953-08-02 00:00:00', 153, 12, NULL, NULL, 'Veritas', 'Veritas', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2221, '1956-09-02 00:00:00', 526, 6, NULL, 'Luigi Piotti', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2222, '1954-08-01 00:00:00', 300, NULL, 'benzinfolyás', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2223, '1950-09-03 00:00:00', 111, NULL, 'vízcsõ', 'Equipe Gordini', 'Simca-Gordini', 'Simca-Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2224, '1952-06-22 00:00:00', 134, 14, NULL, NULL, 'Simca-Gordini', 'Gordini', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2225, '1956-07-14 00:00:00', 355, 5, NULL, 'Gould\'s Garage (Bristol)', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2226, '1952-05-18 00:00:00', 701, NULL, 'visszalépés', 'HW Motors', 'HWM', 'Alta', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2227, '1960-02-07 00:00:00', 535, 11, NULL, 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2228, '1953-08-02 00:00:00', 229, NULL, 'kiesett', NULL, 'Veritas', 'Veritas', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2229, '1954-09-05 00:00:00', 448, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2230, '1955-06-05 00:00:00', 118, NULL, 'motor', 'Stirling Moss Ltd', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2231, '1955-05-30 00:00:00', 56, 2, NULL, 'Kurtis Kraft', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2232, '1955-05-30 00:00:00', 800, 14, NULL, 'Epperly', 'Epperly', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2233, '1957-01-13 00:00:00', 238, 4, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2234, '1959-05-30 00:00:00', 574, 3, NULL, 'Lesovsky', 'Lesovsky', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2235, '1959-09-13 00:00:00', 518, 2, NULL, 'Scuderia Ferrari', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2236, '1959-09-13 00:00:00', 700, 13, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2237, '1950-06-18 00:00:00', 419, 4, NULL, 'Alfa Romeo SpA', 'Alfa', 'Alfa', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2238, '1952-07-06 00:00:00', 617, NULL, 'motor', 'Scuderia Marzotto', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2239, '1952-07-06 00:00:00', 606, 7, NULL, 'Equipe Gordini', 'Gordini', 'Gordini', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2240, '1957-08-18 00:00:00', 369, 4, NULL, 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2241, '1951-05-27 00:00:00', 382, 11, NULL, 'Ecurie Espadon', 'Ferrari', 'Ferrari', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2242, '1956-08-05 00:00:00', 557, NULL, 'nem teljesítette a távot', NULL, 'Maserati', 'Maserati', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2243, '1953-05-30 00:00:00', 231, NULL, 'gyújtás', 'Murrell Belanger', 'Kurtis', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2244, '1958-05-26 00:00:00', 238, 2, NULL, 'Owen Racing Organisation', 'BRM', 'BRM', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2245, '1957-08-18 00:00:00', 185, NULL, 'túlhajtás', 'Scuderia Centro Sud', 'Maserati', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2246, '1954-05-31 00:00:00', 227, NULL, 'kiesett', 'Bromme', 'Bromme', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2247, '1954-05-31 00:00:00', 639, 2, NULL, 'Kuzma', 'Kuzma', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2248, '1950-05-13 00:00:00', 40, NULL, 'kompresszor', 'TASO Mathieson', 'ERA', 'ERA', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2249, '1950-06-04 00:00:00', 238, 8, NULL, 'Ecurie Bleue', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2250, '1956-07-14 00:00:00', 654, 10, NULL, 'Scuderia Ferrari', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2251, '1953-05-30 00:00:00', 508, NULL, 'karambol', 'Bob Estes', 'Watson', 'Offenhauser', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2252, '1959-07-18 00:00:00', 340, NULL, 'kizárták', NULL, 'Lotus', 'Climax', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2253, '1951-07-14 00:00:00', 759, 10, NULL, 'Ecurie Rosier', 'Talbot-Lago', 'Talbot', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2254, '1959-07-18 00:00:00', 597, NULL, 'futómû', 'Scuderia Centro Sud', 'Cooper', 'Maserati', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2255, '1960-06-06 00:00:00', 127, 8, NULL, 'Ecurie Maarsbergen', 'Cooper', 'Climax', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2256, '1954-07-17 00:00:00', 1, 4, NULL, 'Daimler Benz AG', 'Mercedes', 'Mercedes', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2257, '1955-01-16 00:00:00', 248, NULL, 'kiesett', 'Scuderia Lancia', 'Lancia', 'Lancia', 0); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2258, '1950-05-21 00:00:00', 169, NULL, 'karambol', NULL, 'ERA', 'ERA', 1); INSERT INTO `eredmeny` (`id`, `datum`, `pilotaaz`, `helyezes`, `hiba`, `csapat`, `tipus`, `motor`, `privat`) VALUES (2259, '1954-01-17 00:00:00', 550, 8, NULL, 'Baron de Graffenried', 'Maserati', 'Maserati', 0); # 2259 records # # Table structure for table 'gp' # DROP TABLE IF EXISTS `gp`; CREATE TABLE `gp` ( `datum` DATETIME NOT NULL, `nev` VARCHAR(255), `helyszin` VARCHAR(255), PRIMARY KEY (`datum`) ) ENGINE=myisam DEFAULT CHARSET=utf8; SET autocommit=1; # # Dumping data for table 'gp' # INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1950-05-13 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1950-05-21 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1950-05-30 00:00:00', 'Indy 500', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1950-06-04 00:00:00', 'Svájci', 'Svájc'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1950-06-18 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1950-07-02 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1950-09-03 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1951-05-27 00:00:00', 'Svájci', 'Svájc'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1951-05-30 00:00:00', 'Indy 500', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1951-06-17 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1951-07-01 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1951-07-14 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1951-07-29 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1951-09-16 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1951-10-28 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1952-05-18 00:00:00', 'Svájci', 'Svájc'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1952-05-30 00:00:00', 'Indy 500', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1952-06-22 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1952-07-06 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1952-07-19 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1952-08-03 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1952-08-17 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1952-09-07 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1953-01-18 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1953-05-30 00:00:00', 'Indy 500', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1953-06-07 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1953-06-21 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1953-07-05 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1953-07-18 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1953-08-02 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1953-08-23 00:00:00', 'Svájci', 'Svájc'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1953-09-13 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1954-01-17 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1954-05-31 00:00:00', 'Indy 500', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1954-06-20 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1954-07-04 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1954-07-17 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1954-08-01 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1954-08-22 00:00:00', 'Svájci', 'Svájc'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1954-09-05 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1954-10-24 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1955-01-16 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1955-05-22 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1955-05-30 00:00:00', 'Indy 500', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1955-06-05 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1955-06-19 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1955-07-16 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1955-09-11 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1956-01-22 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1956-05-13 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1956-05-30 00:00:00', 'Indy 500', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1956-06-03 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1956-07-01 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1956-07-14 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1956-08-05 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1956-09-02 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1957-01-13 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1957-05-19 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1957-05-30 00:00:00', 'Indy 500', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1957-07-07 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1957-07-20 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1957-08-04 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1957-08-18 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1957-09-08 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1958-01-19 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1958-05-18 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1958-05-26 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1958-05-30 00:00:00', 'Indy 500', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1958-06-15 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1958-07-06 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1958-07-19 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1958-08-03 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1958-08-24 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1958-09-07 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1958-10-19 00:00:00', 'Marokkói', 'Marokkó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1959-05-10 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1959-05-30 00:00:00', 'Indy 500', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1959-05-31 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1959-07-05 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1959-07-18 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1959-08-02 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1959-08-23 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1959-09-13 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1959-12-12 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1960-02-07 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1960-05-29 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1960-05-30 00:00:00', 'Indy 500', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1960-06-06 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1960-06-19 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1960-07-03 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1960-07-16 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1960-08-14 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1960-09-04 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1960-11-20 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1961-05-14 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1961-05-22 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1961-06-18 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1961-07-02 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1961-07-15 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1961-08-06 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1961-09-10 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1961-10-08 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1962-05-20 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1962-06-03 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1962-06-17 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1962-07-08 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1962-07-21 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1962-08-05 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1962-09-16 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1962-10-07 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1962-12-29 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1963-05-26 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1963-06-09 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1963-06-23 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1963-06-30 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1963-07-20 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1963-08-04 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1963-09-08 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1963-10-06 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1963-10-27 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1963-12-28 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1964-05-10 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1964-05-24 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1964-06-14 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1964-06-28 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1964-07-11 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1964-08-02 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1964-08-23 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1964-09-06 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1964-10-04 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1964-10-25 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1965-01-01 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1965-05-30 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1965-06-13 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1965-06-27 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1965-07-10 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1965-07-18 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1965-08-01 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1965-09-12 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1965-10-03 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1965-10-24 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1966-05-22 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1966-06-12 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1966-07-03 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1966-07-16 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1966-07-24 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1966-08-07 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1966-09-04 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1966-10-02 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1966-10-23 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1967-01-02 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1967-05-07 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1967-06-04 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1967-06-18 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1967-07-02 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1967-07-15 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1967-08-06 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1967-08-27 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1967-09-10 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1967-10-01 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1967-10-22 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-01-01 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-05-12 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-05-26 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-06-09 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-06-23 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-07-07 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-07-20 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-08-04 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-09-08 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-09-22 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-10-06 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1968-11-03 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1969-03-01 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1969-05-04 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1969-05-18 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1969-06-21 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1969-07-06 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1969-07-19 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1969-08-03 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1969-09-07 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1969-09-20 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1969-10-05 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1969-10-19 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-03-07 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-04-19 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-05-10 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-06-07 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-06-21 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-07-05 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-07-18 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-08-02 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-08-16 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-09-06 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-09-20 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-10-04 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1970-10-25 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1971-03-06 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1971-04-18 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1971-05-23 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1971-06-20 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1971-07-04 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1971-07-17 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1971-08-01 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1971-08-15 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1971-09-05 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1971-09-19 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1971-10-03 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-01-28 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-02-11 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-03-03 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-04-29 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-05-20 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-06-03 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-06-17 00:00:00', 'Svéd', 'Svédország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-07-01 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-07-14 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-07-29 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-08-05 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-08-19 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-09-09 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-09-23 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1973-10-07 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-01-13 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-01-27 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-03-30 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-04-28 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-05-12 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-05-26 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-06-09 00:00:00', 'Svéd', 'Svédország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-06-23 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-07-07 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-07-20 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-08-04 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-08-18 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-09-08 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-09-22 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1974-10-06 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-01-12 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-01-26 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-03-01 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-04-27 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-05-11 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-05-25 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-06-08 00:00:00', 'Svéd', 'Svédország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-06-22 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-07-06 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-07-19 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-08-03 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-08-17 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-09-07 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1975-10-05 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-01-25 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-03-06 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-03-28 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-05-02 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-05-16 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-05-30 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-06-13 00:00:00', 'Svéd', 'Svédország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-07-04 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-07-18 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-08-01 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-08-15 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-08-29 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-09-12 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-10-03 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-10-10 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1976-10-24 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-01-09 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-01-23 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-03-05 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-04-03 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-05-08 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-05-22 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-06-05 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-06-19 00:00:00', 'Svéd', 'Svédország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-07-03 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-07-17 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-07-31 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-08-14 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-08-28 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-09-11 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-10-02 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-10-09 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1977-10-23 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-01-15 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-01-29 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-03-04 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-04-02 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-05-07 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-05-21 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-06-04 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-06-17 00:00:00', 'Svéd', 'Svédország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-07-02 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-07-16 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-07-30 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-08-13 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-08-27 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-09-10 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-10-01 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1978-10-08 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-01-21 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-02-04 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-03-03 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-04-08 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-04-29 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-05-13 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-05-27 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-07-01 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-07-14 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-07-29 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-08-12 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-08-26 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-09-09 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-09-30 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1979-10-07 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-01-13 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-01-27 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-03-01 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-03-30 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-05-04 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-05-18 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-06-29 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-07-13 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-08-10 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-08-17 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-08-31 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-09-14 00:00:00', 'Olasz', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-09-28 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1980-10-05 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-03-15 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-03-29 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-04-12 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-05-03 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-05-17 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-05-31 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-06-21 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-07-05 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-07-18 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-08-02 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-08-16 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-08-30 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-09-13 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-09-27 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1981-10-17 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-01-23 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-03-21 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-04-04 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-04-25 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-05-09 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-05-23 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-06-06 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-06-13 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-07-03 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-07-18 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-07-25 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-08-08 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-08-15 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-08-29 00:00:00', 'Svájci', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-09-12 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1982-09-25 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-03-13 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-03-27 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-04-17 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-05-01 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-05-15 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-05-22 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-06-05 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-06-12 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-07-16 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-08-07 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-08-14 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-08-28 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-09-11 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-09-25 00:00:00', 'Európa', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1983-10-15 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-03-25 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-04-07 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-04-29 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-05-06 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-05-20 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-06-03 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-06-17 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-06-24 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-07-08 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-07-22 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-08-05 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-08-19 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-08-26 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-09-09 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-10-07 00:00:00', 'Európa', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1984-10-21 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-04-07 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-04-21 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-05-05 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-05-19 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-06-16 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-06-23 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-07-07 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-07-21 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-08-04 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-08-18 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-08-25 00:00:00', 'Holland', 'Hollandia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-09-08 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-09-15 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-10-06 00:00:00', 'Európa', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-10-19 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1985-11-03 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-03-23 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-04-13 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-04-27 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-05-11 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-05-25 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-06-15 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-06-22 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-07-06 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-07-13 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-07-27 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-08-10 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-08-17 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-09-07 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-09-21 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-10-12 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1986-10-26 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-04-12 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-05-03 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-05-17 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-05-31 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-06-21 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-07-05 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-07-12 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-07-26 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-08-09 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-08-16 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-09-06 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-09-20 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-09-27 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-10-18 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-11-01 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1987-11-15 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-03-03 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-05-01 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-05-15 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-05-29 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-06-12 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-06-19 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-07-03 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-07-10 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-07-24 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-08-07 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-08-28 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-09-11 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-09-25 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-10-02 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-10-30 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1988-11-13 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-03-26 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-04-23 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-05-07 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-05-28 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-06-04 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-06-18 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-07-09 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-07-16 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-07-30 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-08-13 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-08-27 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-09-10 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-09-24 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-10-01 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-10-22 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1989-11-05 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-03-11 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-03-25 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-05-13 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-05-27 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-06-10 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-06-24 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-07-08 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-07-15 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-07-29 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-08-12 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-08-26 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-09-09 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-09-23 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-09-30 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-10-21 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1990-11-04 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-03-10 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-03-24 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-04-28 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-05-12 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-06-02 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-06-16 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-07-07 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-07-14 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-07-28 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-08-11 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-08-25 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-09-08 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-09-22 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-09-29 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-10-20 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1991-11-03 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-03-01 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-03-22 00:00:00', 'Mexikói', 'Mexikó'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-04-05 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-05-03 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-05-17 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-05-31 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-06-14 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-07-05 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-07-12 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-07-26 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-08-16 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-08-30 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-09-13 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-09-27 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-10-25 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1992-11-08 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-03-14 00:00:00', 'Dél-Afrikai', 'Dél-Afrika'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-03-28 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-04-11 00:00:00', 'Európa', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-04-25 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-05-09 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-05-23 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-06-13 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-07-04 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-07-11 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-07-25 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-08-15 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-08-29 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-09-12 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-09-26 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-10-24 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1993-11-07 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-03-27 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-04-17 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-05-01 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-05-15 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-05-29 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-06-12 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-07-03 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-07-10 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-07-31 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-08-14 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-08-28 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-09-11 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-09-25 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-10-16 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-11-06 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1994-11-13 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-03-26 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-04-09 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-04-30 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-05-14 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-05-28 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-06-11 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-07-02 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-07-16 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-07-30 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-08-13 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-08-27 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-09-10 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-09-24 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-10-01 00:00:00', 'Európa', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-10-22 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-10-29 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1995-11-12 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-03-10 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-03-31 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-04-07 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-04-28 00:00:00', 'Európa', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-05-05 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-05-19 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-06-02 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-06-16 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-06-30 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-07-14 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-07-28 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-08-11 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-08-25 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-09-08 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-09-22 00:00:00', 'Portugál', 'Portugália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1996-10-13 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-03-09 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-03-30 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-04-13 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-04-27 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-05-11 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-05-25 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-06-15 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-06-29 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-07-13 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-07-27 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-08-10 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-08-24 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-09-07 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-09-21 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-09-28 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-10-12 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1997-10-26 00:00:00', 'Európa', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-03-08 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-03-29 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-04-12 00:00:00', 'Argentín', 'Argentína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-04-26 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-05-10 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-05-24 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-06-07 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-06-28 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-07-12 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-07-26 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-08-02 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-08-16 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-08-30 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-09-13 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-09-27 00:00:00', 'Luxemburgi', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1998-11-01 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-03-07 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-04-11 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-05-02 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-05-16 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-05-30 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-06-13 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-06-27 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-07-11 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-07-25 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-08-01 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-08-15 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-08-29 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-09-12 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-09-26 00:00:00', 'Európa', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-10-17 00:00:00', 'Maláj', 'Malaysia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('1999-10-31 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-03-12 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-03-26 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-04-09 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-04-23 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-05-07 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-05-21 00:00:00', 'Európa', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-06-04 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-06-18 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-07-02 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-07-16 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-07-30 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-08-13 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-08-27 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-09-10 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-09-24 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-10-08 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2000-10-22 00:00:00', 'Maláj', 'Malaysia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-03-04 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-03-18 00:00:00', 'Maláj', 'Malaysia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-04-01 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-04-15 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-04-29 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-05-13 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-05-27 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-06-10 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-06-24 00:00:00', 'Európa', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-07-01 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-07-15 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-07-29 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-08-19 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-09-02 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-09-16 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-09-30 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2001-10-14 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-03-03 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-03-17 00:00:00', 'Maláj', 'Malaysia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-03-31 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-04-14 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-04-28 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-05-12 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-05-26 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-06-09 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-06-23 00:00:00', 'Európa', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-07-07 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-07-21 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-07-28 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-08-18 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-09-01 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-09-15 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-09-29 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2002-10-13 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-03-09 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-03-23 00:00:00', 'Maláj', 'Malaysia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-04-06 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-04-20 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-05-04 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-05-18 00:00:00', 'Osztrák', 'Ausztria'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-06-01 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-06-15 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-06-29 00:00:00', 'Európa', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-07-06 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-07-20 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-08-03 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-08-24 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-09-14 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-09-28 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2003-10-12 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-03-07 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-03-21 00:00:00', 'Maláj', 'Malaysia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-04-04 00:00:00', 'Bahreini', 'Bahrain'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-04-25 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-05-09 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-05-23 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-05-30 00:00:00', 'Európa', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-06-13 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-06-20 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-07-04 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-07-11 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-07-25 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-08-15 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-08-29 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-09-12 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-09-26 00:00:00', 'Kínai', 'Kína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-10-10 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2004-10-24 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-03-06 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-03-20 00:00:00', 'Maláj', 'Malaysia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-04-03 00:00:00', 'Bahreini', 'Bahrain'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-04-24 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-05-08 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-05-22 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-05-29 00:00:00', 'Európa', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-06-12 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-06-19 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-07-03 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-07-10 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-07-24 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-07-31 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-08-21 00:00:00', 'Török', 'Törökország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-09-04 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-09-11 00:00:00', 'Belga', 'Belgium'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-09-25 00:00:00', 'Brazil', 'Brazília'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-10-09 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2005-10-16 00:00:00', 'Kínai', 'Kína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-03-12 00:00:00', 'Bahreini', 'Bahrain'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-03-19 00:00:00', 'Maláj', 'Malaysia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-04-02 00:00:00', 'Ausztrál', 'Ausztrália'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-04-23 00:00:00', 'San Marinoi', 'San Marino'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-05-07 00:00:00', 'Európa', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-05-14 00:00:00', 'Spanyol', 'Spanyolország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-05-28 00:00:00', 'Monacoi', 'Monaco'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-06-11 00:00:00', 'Brit', 'Nagy-Britannia'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-06-25 00:00:00', 'Kanadai', 'Kanada'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-07-02 00:00:00', 'USA', 'USA'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-07-16 00:00:00', 'Francia', 'Franciaország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-07-30 00:00:00', 'Német', 'Németország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-08-06 00:00:00', 'Magyar', 'Magyarország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-08-27 00:00:00', 'Török', 'Törökország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-09-10 00:00:00', 'Olasz', 'Olaszország'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-10-01 00:00:00', 'Kínai', 'Kína'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-10-08 00:00:00', 'Japán', 'Japán'); INSERT INTO `gp` (`datum`, `nev`, `helyszin`) VALUES ('2006-10-22 00:00:00', 'Brazil', 'Brazília'); # 756 records # # Table structure for table 'pilota' # DROP TABLE IF EXISTS `pilota`; CREATE TABLE `pilota` ( `az` INTEGER NOT NULL, `nev` VARCHAR(255), `nem` VARCHAR(255), `szuldat` DATETIME, `nemzet` VARCHAR(255), PRIMARY KEY (`az`) ) ENGINE=myisam DEFAULT CHARSET=utf8; SET autocommit=1; # # Dumping data for table 'pilota' # INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (1, 'Juan-Manuel Fangio', 'F', '1911-06-24 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (2, 'Sam Posey', 'F', '1944-05-26 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (3, 'Ernesto Prinoth', 'F', '1923-01-01 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (4, 'Hubert Hahne', 'F', '1935-03-28 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (5, 'Bob Drake', 'F', '1919-12-14 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (6, 'Perry McCarthy', 'F', '1962-03-03 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (7, 'Bertil Roos', 'F', '1943-10-12 00:00:00', 'svéd'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (8, 'Tom Pryce', 'F', '1949-06-11 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (9, 'Heinz-Harald Frentzen', 'F', '1967-05-18 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (10, 'Eddie Russo', 'F', '1925-11-19 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (11, 'Derek Warwick', 'F', '1954-08-27 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (12, 'Jo Siffert', 'F', '1936-07-07 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (13, 'Fabrizio Barbazza', 'F', '1963-04-02 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (14, 'Damon Hill', 'F', '1960-09-17 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (15, 'Mike Harris', 'F', '1939-05-25 00:00:00', 'zimbabwei'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (16, 'Hans Heyer', 'F', '1943-03-16 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (17, 'Peter Revson', 'F', '1939-02-27 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (18, 'Huub Rothengatter', 'F', '1954-10-08 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (19, 'Innes Ireland', 'F', '1930-12-16 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (20, 'Bill Holland', 'F', '1907-12-13 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (21, 'Franck Lagorce', 'F', '1968-09-01 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (22, 'Pedro Rodriguez', 'F', '1940-01-18 00:00:00', 'mexikói'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (23, 'Jonathan Williams', 'F', '1942-10-26 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (24, 'John Barber', 'F', '1929-01-01 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (25, 'Dave Charlton', 'F', '1936-10-27 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (26, 'Joe James', 'F', '1925-05-23 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (27, 'Alex Soler-Roig', 'F', '1932-10-29 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (28, 'Alberto-Rodriguez Larreta', 'F', '1934-01-14 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (29, 'Luigi Fagioli', 'F', '1898-06-09 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (30, 'Fred Gamble', 'F', '1932-03-17 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (31, 'Bill Vukovich', 'F', '1918-12-13 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (32, 'Bill Aston', 'F', '1900-03-29 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (33, 'Gene Hartley', 'F', '1926-01-28 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (34, 'Taki Inoue', 'F', '1963-09-05 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (35, 'Mark Donohue', 'F', '1937-03-18 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (36, 'Giorgio Scarlatti', 'F', '1921-10-02 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (37, 'William Ferguson', 'F', '1940-03-06 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (38, 'Theo Fitzau', 'F', '1923-02-10 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (39, 'Rubens Barrichello', 'F', '1972-05-23 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (40, 'Leslie Johnson', 'F', '1912-03-22 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (41, 'John Fitch', 'F', '1917-08-04 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (42, 'Alberto Ascari', 'F', '1918-07-13 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (43, 'Dempsey Wilson', 'F', '1927-03-11 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (44, 'Ludwig Fischer', 'F', '1915-12-17 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (45, 'Oscar Gonzalez', 'F', '1923-11-10 00:00:00', 'uruguayi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (46, 'Peter Walker', 'F', '1912-10-07 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (47, 'Alexander Wurz', 'F', '1974-02-15 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (48, 'Slim Borgudd', 'F', '1946-11-25 00:00:00', 'svéd'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (49, 'Jean Lucas', 'F', '1917-04-25 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (50, 'Karl Wendlinger', 'F', '1968-12-20 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (51, 'Mikko Kozarowitsky', 'F', '1948-05-17 00:00:00', 'finn'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (52, 'Larry Perkins', 'F', '1950-03-18 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (53, 'Chico Landi', 'F', '1907-07-14 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (54, 'Tony Brooks', 'F', '1932-02-25 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (55, 'Bobby Grim', 'F', '1924-09-04 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (56, 'Tony Bettenhausen', 'F', '1916-09-12 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (57, 'Philippe Adams', 'F', '1969-11-19 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (58, 'Bruce Kessler', 'F', '1936-03-23 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (59, 'Georges Grignard', 'F', '1905-07-25 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (60, 'Nello Pagani', 'F', '1911-10-11 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (61, 'John James', 'F', '1914-05-10 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (62, 'Tomas Enge', 'F', '1976-09-11 00:00:00', 'cseh'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (63, 'Tim Parnell', 'F', '1932-06-25 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (64, 'Giorgio Bassi', 'F', '1934-01-20 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (65, 'Duke Dinsmore', 'F', '1914-04-10 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (66, 'Oscar Larrauri', 'F', '1954-08-19 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (67, 'David Purley', 'F', '1945-01-26 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (68, 'Jochen Rindt', 'F', '1942-04-18 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (69, 'Gijs van Lennep', 'F', '1942-03-16 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (70, 'Geoff Lees', 'F', '1951-05-01 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (71, 'Oscar Galvez', 'F', '1913-08-17 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (72, 'Neel Jani', 'F', '1983-12-08 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (73, 'Fernando Alonso', 'F', '1981-07-29 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (74, 'Michael Schumacher', 'F', '1969-01-03 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (75, 'Bernard Collomb', 'F', '1930-10-07 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (76, 'Giorgio Francia', 'F', '1947-09-08 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (77, 'Helmut Marko', 'F', '1943-04-27 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (78, 'Jackie Lewis', 'F', '1936-11-01 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (79, 'Bernard de Dryver', 'F', '1953-09-19 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (80, 'Olivier Grouillard', 'F', '1958-09-02 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (81, 'Jerry Hoyt', 'F', '1929-01-29 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (82, 'Bruno Giacomelli', 'F', '1952-09-10 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (83, 'Stirling Moss', 'F', '1929-09-17 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (84, 'Esteban Tuero', 'F', '1978-04-22 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (85, 'Andre Testut', 'F', '1926-04-13 00:00:00', 'monacoi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (86, 'Paul Emery', 'F', '1916-11-12 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (87, 'Ricardo Zonta', 'F', '1976-03-23 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (88, 'Mike MacDowel', 'F', '1932-09-13 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (89, 'George Eaton', 'F', '1945-11-12 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (90, 'Moises Solana', 'F', '1935-12-26 00:00:00', 'mexikói'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (91, 'Enrico Bertaggia', 'F', '1964-09-19 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (92, 'Corrado Fabi', 'F', '1961-04-12 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (93, 'Robert Kubica', 'F', '1984-12-07 00:00:00', 'lengyel'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (94, 'Alberto Uria', 'F', '1924-07-11 00:00:00', 'uruguayi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (95, 'Scott Speed', 'F', '1983-01-24 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (96, 'Jimmy Reece', 'F', '1929-11-17 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (97, 'Alessandro Zanardi', 'F', '1966-10-23 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (98, 'Divina Galica', 'N', '1946-08-13 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (99, 'Jean-Manuel Bordeu', 'F', '1934-01-01 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (100, 'Patrick Tambay', 'F', '1949-06-25 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (101, 'Gunnar Nilsson', 'F', '1948-11-20 00:00:00', 'svéd'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (102, 'Rodger Ward', 'F', '1921-01-10 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (103, 'Heinz Schiller', 'F', '1930-01-25 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (104, 'Erik Comas', 'F', '1963-09-28 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (105, 'Jimmy Daywalt', 'F', '1924-08-28 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (106, 'Bernie Ecclestone', 'F', '1930-10-28 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (107, 'David Prophet', 'F', '1937-10-09 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (108, 'Nigel Mansell', 'F', '1953-08-08 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (109, 'Giovanni Lavaggi', 'F', '1958-02-18 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (110, 'Alexandre Premat', 'F', '1982-04-05 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (111, 'Maurice Trintignant', 'F', '1917-10-30 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (112, 'Walt Hansgen', 'F', '1919-10-28 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (113, 'Alessandro Pesenti-Rossi', 'F', '1942-08-31 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (114, 'Adolfo Schwelm-Cruz', 'F', '1923-06-28 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (115, 'Chuck Daigh', 'F', '1923-11-29 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (116, 'Alain de Changy', 'F', '1922-02-05 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (117, 'Chris Bristow', 'F', '1937-12-02 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (118, 'Johnny Claes', 'F', '1916-08-11 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (119, 'Jean-Pierre Jarier', 'F', '1946-07-10 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (120, 'Jos Verstappen', 'F', '1972-03-04 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (121, 'Ivo Bueb', 'F', '1923-06-06 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (122, 'Johnny Servoz-Gavin', 'F', '1942-01-18 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (123, 'Kevin Cogan', 'F', '1956-03-31 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (124, 'Jo Vonlanthen', 'F', '1942-05-31 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (125, 'Marc Surer', 'F', '1951-09-18 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (126, 'Frank Armi', 'F', '1918-10-12 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (127, 'Carel-Godin de Beaufort', 'F', '1934-04-10 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (128, 'Neville Lederle', 'F', '1938-09-25 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (129, 'Les Leston', 'F', '1920-12-16 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (130, 'Alan Stacey', 'F', '1933-08-29 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (131, 'Mike Nazaruk', 'F', '1921-10-02 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (132, 'Michel Leclere', 'F', '1947-03-18 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (133, 'Gaetano Starrabba', 'F', '1932-12-03 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (134, 'Robert O\'Brien', 'F', NULL, 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (135, 'Stefano Modena', 'F', '1963-05-12 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (136, 'Tom Belso', 'F', '1942-08-27 00:00:00', 'dán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (137, 'Roger Williamson', 'F', '1948-02-02 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (138, 'Francois Migault', 'F', '1944-12-04 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (139, 'Jack McGrath', 'F', '1919-10-08 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (140, 'Francesco Godia', 'F', '1921-03-21 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (141, 'Brausch Niemann', 'F', '1939-01-07 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (142, 'Gunther Seiffert', 'F', '1937-10-18 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (143, 'Andre Guelfi', 'F', '1919-05-06 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (144, 'Duke Nalon', 'F', '1913-03-12 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (145, 'Patrick Neve', 'F', '1949-10-13 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (146, 'Paul England', 'F', '1929-03-28 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (147, 'John Cannon', 'F', '1937-06-21 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (148, 'Bud Tingelstad', 'F', '1928-04-04 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (149, 'Chris Craft', 'F', '1939-11-17 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (150, 'Wolfgang von Trips', 'F', '1928-05-04 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (151, 'Leslie Thorne', 'F', '1916-06-23 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (152, 'Toshio Suzuki', 'F', '1955-03-10 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (153, 'Theo Helfrich', 'F', '1913-05-13 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (154, 'Carlo Facetti', 'F', '1935-06-26 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (155, 'Enrico Toccacelo', 'F', '1978-12-12 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (156, 'Joachim Winkelhock', 'F', '1960-10-24 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (157, 'Maria-Teresa de Filippis', 'N', '1926-11-11 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (158, 'Kenny Acheson', 'F', '1957-11-27 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (159, 'Gianfranco Brancatelli', 'F', '1950-01-18 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (160, 'Michael Bleekemolen', 'F', '1949-10-02 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (161, 'Mauro Baldi', 'F', '1954-01-31 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (162, 'Ken McAlpine', 'F', '1920-09-21 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (163, 'Johnnie Parsons', 'F', '1918-07-04 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (164, 'Al Keller', 'F', '1920-04-11 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (165, 'Roger Loyer', 'F', '1907-08-05 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (166, 'Bruce Johnstone', 'F', '1937-01-30 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (167, 'Cliff Griffith', 'F', '1916-02-06 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (168, 'Ayrton Senna', 'F', '1960-03-21 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (169, 'Cuth Harrison', 'F', '1906-07-06 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (170, 'Gerard Larrousse', 'F', '1940-05-23 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (171, 'Frank Dochnal', 'F', '1920-10-08 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (172, 'Bernd Schneider', 'F', '1964-07-20 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (173, 'Paul Pietsch', 'F', '1911-06-20 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (174, 'Nasif Estefano', 'F', '1932-11-18 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (175, 'Bob Bondurant', 'F', '1933-04-27 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (176, 'Piero Dusio', 'F', '1899-10-13 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (177, 'Gary Brabham', 'F', '1961-03-29 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (178, 'Jack Brabham', 'F', '1926-04-02 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (179, 'Jean Alesi', 'F', '1964-06-11 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (180, 'Massimo Natili', 'F', '1935-07-28 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (181, 'Alan Rollinson', 'F', '1943-05-15 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (182, 'George Amick', 'F', '1924-10-24 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (183, 'Billy Garrett', 'F', '1933-04-24 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (184, 'Denny Hulme', 'F', '1936-06-18 00:00:00', 'új-zélandi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (185, 'Jo Bonnier', 'F', '1930-01-31 00:00:00', 'svéd'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (186, 'Bob Christie', 'F', '1924-04-04 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (187, 'Emilio Zapico', 'F', '1944-05-21 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (188, 'Pat O\'Connor', 'F', '1928-10-09 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (189, 'Pierre-Henri Raphanel', 'F', '1961-05-27 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (190, 'John Cordts', 'F', '1935-07-23 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (191, 'Andy Linden', 'F', '1922-04-05 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (192, 'Red Amick', 'F', '1929-01-19 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (193, 'Reg Parnell', 'F', '1911-07-02 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (194, 'David Coulthard', 'F', '1971-03-27 00:00:00', 'skót'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (195, 'Rodney Nuckey', 'F', '1929-06-26 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (196, 'Paul Goldsmith', 'F', '1927-10-02 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (197, 'Leslie Marr', 'F', '1922-08-14 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (198, 'Didier Pironi', 'F', '1952-03-26 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (199, 'Shinji Nakano', 'F', '1971-04-01 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (200, 'Robin [Robert] Montgomerie-Charrington', 'F', '1915-06-22 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (201, 'Rolf Stommelen', 'F', '1943-07-11 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (202, 'James Hunt', 'F', '1947-08-29 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (203, 'Roberto Lippi', 'F', '1926-10-17 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (204, 'Eddie Sachs', 'F', '1927-05-28 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (205, 'Ronnie Bucknum', 'F', '1936-04-05 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (206, 'Ian Ashley', 'F', '1947-10-26 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (207, 'Peter Ashdown', 'F', '1934-10-16 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (208, 'Ludovico Scarfiotti', 'F', '1933-10-18 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (209, 'Brett Lunger', 'F', '1945-11-14 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (210, 'Tony Maggs', 'F', '1937-02-09 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (211, 'Kazuyoshi Hoshino', 'F', '1947-07-01 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (212, 'Roberto Guerrero', 'F', '1958-11-16 00:00:00', 'kolumbiai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (213, 'Jean-Denis Deletraz', 'F', '1963-10-01 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (214, 'Guy Edwards', 'F', '1942-12-30 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (215, 'Ivan Capelli', 'F', '1963-05-24 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (216, 'Bjorn Wirdheim', 'F', '1980-04-04 00:00:00', 'svéd'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (217, 'Eric Bernard', 'F', '1964-08-24 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (218, 'Skip Barber', 'F', '1936-11-16 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (219, 'Nicolas Kiesa', 'F', '1978-03-03 00:00:00', 'dán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (220, 'Marshall Teague', 'F', '1921-05-22 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (221, 'Claudio Langes', 'F', '1960-07-20 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (222, 'Bruce McLaren', 'F', '1937-08-30 00:00:00', 'új-zélandi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (223, 'Art Bisch', 'F', '1926-11-10 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (224, 'Ronnie Peterson', 'F', '1944-02-14 00:00:00', 'svéd'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (225, 'Carlos Reutemann', 'F', '1942-04-12 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (226, 'Olivier Gendebien', 'F', '1924-01-12 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (227, 'Travis Webb', 'F', '1910-10-08 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (228, 'Elie Bayol', 'F', '1914-02-28 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (229, 'Willi Heeks', 'F', '1922-02-13 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (230, 'Luigi Taramazzo', 'F', '1932-01-01 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (231, 'Cal Niday', 'F', '1916-04-29 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (232, 'Francois Cevert', 'F', '1944-02-25 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (233, 'Nico Rosberg', 'F', '1985-06-27 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (234, 'Onofre Marimon', 'F', '1923-12-19 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (235, 'Justin Wilson', 'F', '1978-07-31 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (236, 'Roberto Moreno', 'F', '1959-02-11 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (237, 'Carl Forberg', 'F', '1911-03-04 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (238, 'Harry Schell', 'F', '1921-06-29 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (239, 'Clive Puzey', 'F', '1941-07-11 00:00:00', 'rodéziai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (240, 'Max de Terra', 'F', '1918-10-06 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (241, 'Jo Schlesser', 'F', '1928-05-18 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (242, 'Gregor Foitek', 'F', '1965-03-27 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (243, 'Yuji Ide', 'F', '1975-01-21 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (244, 'Wilson Fittipaldi', 'F', '1943-12-25 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (245, 'Hermann Lang', 'F', '1909-04-06 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (246, 'Christiano Da Matta', 'F', '1973-09-19 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (247, 'Chris Irwin', 'F', '1942-06-27 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (248, 'Luigi Villoresi', 'F', '1909-05-16 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (249, 'Johnny Herbert', 'F', '1964-06-25 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (250, 'Jorge Daponte', 'F', '1923-06-05 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (251, 'Zsolt Baumgartner', 'F', '1981-01-01 00:00:00', 'magyar'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (252, 'Paolo Barilla', 'F', '1961-04-20 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (253, 'Chris Amon', 'F', '1943-07-20 00:00:00', 'új-zélandi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (254, 'Rupert Keegan', 'F', '1955-02-28 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (255, 'Alberto Colombo', 'F', '1946-02-23 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (256, 'Jean Max', 'F', '1943-07-27 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (257, 'Jud Larson', 'F', '1923-01-21 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (258, 'Tony Crook', 'F', '1920-02-16 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (259, 'Eddie Johnson', 'F', '1919-02-10 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (260, 'Josef Peters', 'F', '1914-09-16 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (261, 'Tony Trimmer', 'F', '1943-01-24 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (262, 'Richie Ginther', 'F', '1930-08-05 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (263, 'Luiz Bueno', 'F', '1937-01-16 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (264, 'Giancarlo Baghetti', 'F', '1934-12-25 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (265, 'Elio de Angelis', 'F', '1958-03-26 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (266, 'Brian Redman', 'F', '1937-03-09 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (267, 'Ted Whiteaway', 'F', '1928-11-01 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (268, 'Eddie Keizan', 'F', '1944-09-12 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (269, 'Georges Berger', 'F', '1918-09-14 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (270, 'Franck Montagny', 'F', '1978-01-05 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (271, 'Hideki Noda', 'F', '1968-03-07 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (272, 'Harry Blanchard', 'F', '1931-06-30 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (273, 'Jim Hall', 'F', '1935-07-23 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (274, 'Mike Spence', 'F', '1936-12-30 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (275, 'Cliff Allison', 'F', '1932-02-08 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (276, 'Jim McWithey', 'F', '1927-07-04 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (277, 'Massimiliano Papis', 'F', '1969-10-03 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (278, 'Lucien Bianchi', 'F', '1934-11-10 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (279, 'Tony Shelly', 'F', '1937-02-02 00:00:00', 'új-zélandi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (280, 'Ernesto Viso', 'F', '1985-03-19 00:00:00', 'venezuelai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (281, 'Francois Hesnault', 'F', '1956-12-30 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (282, 'Harald Ertl', 'F', '1948-08-31 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (283, 'Jacques Pollet', 'F', '1932-07-02 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (284, 'Jacques Swaters', 'F', '1926-10-30 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (285, 'Tarso Marques', 'F', '1976-01-19 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (286, 'Ian Raby', 'F', '1921-09-22 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (287, 'Umberto Maglioli', 'F', '1928-06-05 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (288, 'John Campbell-Jones', 'F', '1930-01-21 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (289, 'Walt Brown', 'F', '1911-12-30 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (290, 'Kimi Raikkonen', 'F', '1979-10-17 00:00:00', 'finn'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (291, 'Adrian Campos', 'F', '1960-06-17 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (292, 'Ralph Firman', 'F', '1975-05-20 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (293, 'Tiago Monteiro', 'F', '1976-07-24 00:00:00', 'portugál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (294, 'Pierre Levegh', 'F', '1905-12-22 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (295, 'Wolfgang Seidel', 'F', '1926-07-04 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (296, 'Ed Elisian', 'F', '1926-12-09 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (297, 'Mario Andretti', 'F', '1940-02-28 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (298, 'Gino Bianco', 'F', '1916-07-22 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (299, 'Nanni Galli', 'F', '1940-10-02 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (300, 'Roberto Mieres', 'F', '1924-12-03 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (301, 'Duncan Hamilton', 'F', '1920-04-30 00:00:00', 'ír'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (302, 'David Hobbs', 'F', '1939-06-09 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (303, 'Stefan Johansson', 'F', '1956-09-08 00:00:00', 'svéd'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (304, 'Mark Blundell', 'F', '1966-04-08 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (305, 'Mika Salo', 'F', '1966-11-30 00:00:00', 'finn'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (306, 'Martin Brundle', 'F', '1959-06-01 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (307, 'Allen Berg', 'F', '1961-08-01 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (308, 'Dennis Poore', 'F', '1916-08-19 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (309, 'Colin Davis', 'F', '1932-07-29 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (310, 'Masahiro Hasemi', 'F', '1945-11-13 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (311, 'Chris Lawrence', 'F', '1933-07-27 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (312, 'Peter Broeker', 'F', '1929-05-15 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (313, 'Aguri Suzuki', 'F', '1960-09-08 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (314, 'Robert Doornbos', 'F', '1981-09-23 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (315, 'Geoff Crossley', 'F', '1921-05-11 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (316, 'Luigi Musso', 'F', '1924-07-28 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (317, 'Richard Robarts', 'F', '1944-09-22 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (318, 'Vincenzo Sospiri', 'F', '1966-10-09 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (319, 'Jan Lammers', 'F', '1956-06-02 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (320, 'Leo Kinnunen', 'F', '1943-08-05 00:00:00', 'finn'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (321, 'Yannick Dalmas', 'F', '1961-07-28 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (322, 'Philip Fotheringham-Parker', 'F', '1907-09-22 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (323, 'Johnny Boyd', 'F', '1926-08-19 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (324, 'Helmut Niedermayr', 'F', '1915-11-29 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (325, 'Cesare Perdisa', 'F', '1932-10-21 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (326, 'Gaston Mazzacane', 'F', '1975-05-08 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (327, 'Frank Gardner', 'F', '1930-10-01 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (328, 'Luki Botha', 'F', '1930-01-16 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (329, 'Satoru Nakajima', 'F', '1953-02-23 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (330, 'Bob Anderson', 'F', '1931-05-19 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (331, 'Helmut Glockler', 'F', '1909-01-13 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (332, 'Emerson Fittipaldi', 'F', '1946-12-12 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (333, 'Archie Scott-Brown', 'F', '1927-05-13 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (334, 'John Surtees', 'F', '1934-02-11 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (335, 'Peter Hirt', 'F', '1910-03-30 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (336, 'Troy Ruttman', 'F', '1930-03-11 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (337, 'Antoine Branca', 'F', '1916-09-15 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (338, 'Patrick Depailler', 'F', '1944-08-09 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (339, 'Vic Wilson', 'F', '1931-04-14 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (340, 'Dennis Taylor', 'F', '1921-06-12 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (341, 'Stephen South', 'F', '1952-02-19 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (342, 'Vitantonio Liuzzi', 'F', '1981-08-06 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (343, 'Sam Tingle', 'F', '1921-08-24 00:00:00', 'zimbabwei'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (344, 'Graham Whitehead', 'F', '1922-04-15 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (345, 'Alfonso Thiele', 'F', '1922-04-05 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (346, 'Jean Lucienbonnet', 'F', '1962-08-19 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (347, 'Danny Kladis', 'F', '1917-02-10 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (348, 'Loris Kessel', 'F', '1950-04-01 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (349, 'Alan Rees', 'F', '1938-01-12 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (350, 'Philippe Streiff', 'F', '1955-06-26 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (351, 'Gianni Morbidelli', 'F', '1968-01-13 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (352, 'Narain Karthikeyan', 'F', '1977-01-14 00:00:00', 'indiai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (353, 'Bill Cantrell', 'F', '1908-01-31 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (354, 'Hans Stuck', 'F', '1900-12-27 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (355, 'Horace Gould', 'F', '1921-09-20 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (356, 'Brian McGuire', 'F', '1945-12-13 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (357, 'Keke Rosberg', 'F', '1948-12-06 00:00:00', 'finn'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (358, 'Marcel Balsa', 'F', '1901-01-09 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (359, 'Patrick Friesacher', 'F', '1980-09-26 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (360, 'Al Herman', 'F', '1927-03-15 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (361, 'Kurt Ahrens', 'F', '1940-04-19 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (362, 'Dave Walker', 'F', '1941-06-10 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (363, 'Dick Gibson', 'F', '1918-04-16 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (364, 'Peter Whitehead', 'F', '1914-11-12 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (365, 'Ricardo Rodriguez', 'F', '1942-02-14 00:00:00', 'mexikói'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (366, 'Ricardo Zunino', 'F', '1949-04-13 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (367, 'Juan-Pablo Montoya', 'F', '1975-09-20 00:00:00', 'kolumbiai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (368, 'Bob Said', 'F', '1932-05-05 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (369, 'Masten Gregory', 'F', '1932-02-29 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (370, 'Clemar Bucci', 'F', '1920-09-04 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (371, 'Ken Downing', 'F', '1917-12-05 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (372, 'Alex Caffi', 'F', '1964-03-18 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (373, 'Heini Walter', 'F', '1927-07-28 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (374, 'Bob Gerard', 'F', '1914-01-19 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (375, 'Bertrand Gachot', 'F', '1962-12-22 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (376, 'Roger Laurent', 'F', '1913-02-21 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (377, 'Helmuth Koinigg', 'F', '1948-11-03 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (378, 'Renato Pirocchi', 'F', '1933-03-26 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (379, 'Sergio Mantovani', 'F', '1929-05-22 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (380, 'Jac Nelleman', 'F', '1944-04-19 00:00:00', 'dán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (381, 'Brian Naylor', 'F', '1923-03-24 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (382, 'Rudolf Fischer', 'F', '1912-04-19 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (383, 'Pascal Fabre', 'F', '1960-01-09 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (384, 'John Watson', 'F', '1946-05-04 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (385, 'Olivier Panis', 'F', '1966-09-02 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (386, 'Adrian Sutil', 'F', '1983-01-11 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (387, 'Elmer George', 'F', '1928-07-15 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (388, 'Olivier Beretta', 'F', '1969-11-23 00:00:00', 'monacoi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (389, 'Don Edmunds', 'F', '1930-09-23 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (390, 'Jody Scheckter', 'F', '1950-01-29 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (391, 'Mike Fisher', 'F', '1943-03-13 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (392, 'Rikky von Opel', 'F', '1947-10-14 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (393, 'Jay Chamberlain', 'F', '1925-12-29 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (394, 'Stuart Lewis-Evans', 'F', '1930-04-20 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (395, 'Clay Regazzoni', 'F', '1939-09-05 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (396, 'Francois Picard', 'F', '1921-04-26 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (397, 'Noritake Takahara', 'F', '1951-06-06 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (398, 'Dorino Serafini', 'F', '1909-07-22 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (399, 'Danny Sullivan', 'F', '1950-03-09 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (400, 'Ernie Pieterse', 'F', '1938-07-04 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (401, 'Gianmaria Bruni', 'F', '1981-05-30 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (402, 'Alfredo Pian', 'F', '1912-10-21 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (403, 'Pedro-Matos Chaves', 'F', '1965-02-27 00:00:00', 'portugál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (404, 'Lloyd Ruby', 'F', '1928-01-12 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (405, 'Clemente Biondetti', 'F', '1898-10-18 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (406, 'John Rhodes', 'F', '1927-08-18 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (407, 'Guy Ligier', 'F', '1930-07-12 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (408, 'Alberto Crespo', 'F', '1930-01-16 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (409, 'Jyrki J?ilehto Lehto', 'F', '1966-01-31 00:00:00', 'finn'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (410, 'Stefan Bellof', 'F', '1957-11-20 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (411, 'Duane Carter', 'F', '1913-05-05 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (412, 'Bob Scott', 'F', '1928-10-04 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (413, 'Walt Faulkner', 'F', '1920-02-16 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (414, 'George Follmer', 'F', '1934-01-27 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (415, 'Kunimitsu Takahashi', 'F', '1940-01-29 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (416, 'Hector Rebaque', 'F', '1956-02-05 00:00:00', 'mexikói'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (417, 'Herbert MacKay-Fraser', 'F', '1927-06-23 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (418, 'Trevor Blokdyk', 'F', '1935-11-30 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (419, 'Giuseppe Farina', 'F', '1906-10-30 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (420, 'Naoki Hattori', 'F', '1966-06-13 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (421, 'Sam Hanks', 'F', '1914-07-13 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (422, 'Alan Jones', 'F', '1946-11-02 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (423, 'David Hampshire', 'F', '1917-12-29 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (424, 'Warwick Brown', 'F', '1949-12-24 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (425, 'Danny Ongais', 'F', '1942-05-21 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (426, 'Jacques Laffite', 'F', '1943-11-21 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (427, 'Gerhard Berger', 'F', '1959-08-27 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (428, 'Peter Westbury', 'F', '1938-05-26 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (429, 'Lamberto Leoni', 'F', '1953-05-24 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (430, 'Mack Hellings', 'F', '1917-09-14 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (431, 'Giulio Cabianca', 'F', '1923-02-19 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (432, 'Carlos Menditeguy', 'F', '1915-08-10 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (433, 'Tony Settember', 'F', '1930-01-01 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (434, 'Ingo Hoffman', 'F', '1953-02-18 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (435, 'Gilles Villeneuve', 'F', '1950-01-18 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (436, 'Marco Apicella', 'F', '1965-10-07 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (437, 'Peter Ryan', 'F', '1940-06-10 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (438, 'Philippe Etancelin', 'F', '1896-12-28 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (439, 'Andy Sutcliffe', 'F', '1947-05-09 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (440, 'David Brabham', 'F', '1965-09-05 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (441, 'Joe Fry', 'F', '1915-10-26 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (442, 'Derek Bell', 'F', '1941-10-31 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (443, 'Jesus Iglesias', 'F', '1922-02-22 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (444, 'Jackie Stewart', 'F', '1939-06-11 00:00:00', 'skót'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (445, 'Pat Flaherty', 'F', '1926-01-06 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (446, 'Adolf Brudes', 'F', '1899-10-15 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (447, 'Riccardo Paletti', 'F', '1958-06-15 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (448, 'Mike Hawthorn', 'F', '1929-04-10 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (449, 'Jos Carlos Pace', 'F', '1944-10-06 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (450, 'Joe Kelly', 'F', '1913-03-13 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (451, 'Emilio de Villota', 'F', '1946-07-26 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (452, 'Carroll Shelby', 'F', '1923-01-11 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (453, 'Jean-Louis Schlesser', 'F', '1952-09-12 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (454, 'Jim Rigsby', 'F', '1923-06-06 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (455, 'Mario-Araujo de Cabral', 'F', '1934-01-15 00:00:00', 'portugál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (456, 'Henry Banks', 'F', '1913-06-14 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (457, 'Arthur Legat', 'F', '1898-11-01 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (458, 'Larry Crockett', 'F', '1926-10-23 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (459, 'Christian Fittipaldi', 'F', '1971-01-18 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (460, 'Don Beauman', 'F', '1928-07-26 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (461, 'Marc Gene', 'F', '1974-03-29 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (462, 'Astrubel Bayardo', 'F', '1922-01-01 00:00:00', 'uruguayi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (463, 'Charles Pozzi', 'F', '1909-08-27 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (464, 'Pedro Paulo Diniz', 'F', '1970-05-22 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (465, 'Tony Gaze', 'F', '1920-02-03 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (466, 'Rudolf Schoeller', 'F', '1902-04-27 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (467, 'Jimmy Stewart', 'F', '1931-03-06 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (468, 'Piercarlo Ghinzani', 'F', '1952-01-16 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (469, 'Bobby Unser', 'F', '1934-02-20 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (470, 'Henri Louveau', 'F', '1910-01-25 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (471, 'Jimmy Jackson', 'F', '1910-07-25 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (472, 'Guy Mairesse', 'F', '1910-08-10 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (473, 'Michael Bartels', 'F', '1968-03-08 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (474, 'Pablo Birger', 'F', '1924-01-06 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (475, 'Franco Rol', 'F', '1908-06-05 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (476, 'Piers Courage', 'F', '1942-05-27 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (477, 'Michel May', 'F', '1934-08-18 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (478, 'Masami Kuwashima', 'F', '1950-09-14 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (479, 'Eddie Cheever', 'F', '1958-01-10 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (480, 'Riccardo Patrese', 'F', '1954-04-17 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (481, 'Jo Gartner', 'F', '1954-01-24 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (482, 'Bill Homeier', 'F', '1918-08-31 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (483, 'Charles de Tornaco', 'F', '1927-06-07 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (484, 'Roland Ratzenberger', 'F', '1962-07-04 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (485, 'Chanoch Nissany', 'F', '1963-07-29 00:00:00', 'izraeli'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (486, 'Hans Binder', 'F', '1948-06-12 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (487, 'Jean-Claude Rudaz', 'F', '1942-07-23 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (488, 'Norberto Fontana', 'F', '1975-01-20 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (489, 'Ian Stewart', 'F', '1929-07-15 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (490, 'Sebastian Vettel', 'F', '1987-07-03 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (491, 'John Love', 'F', '1924-12-07 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (492, 'Paul Belmondo', 'F', '1963-04-23 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (493, 'Johnny Dumfries', 'F', '1958-04-26 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (494, 'Lorenzo Bandini', 'F', '1935-12-21 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (495, 'Dick Rathmann', 'F', '1926-01-06 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (496, 'Ricardo Londono-Bridge', 'F', '1949-08-08 00:00:00', 'kolumbiai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (497, 'Philippe Alliot', 'F', '1954-07-27 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (498, 'Emanuele Naspetti', 'F', '1968-02-24 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (499, 'Roy Salvadori', 'F', '1922-05-12 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (500, 'Martin Donnelly', 'F', '1964-03-26 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (501, 'Chuck Arnold', 'F', '1926-05-30 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (502, 'Ukyo Katayama', 'F', '1963-05-29 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (503, 'Ken Wharton', 'F', '1916-03-21 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (504, 'Jonathan Palmer', 'F', '1956-11-07 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (505, 'Rudolf Krause', 'F', '1907-03-30 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (506, 'Karl-Guenther [Gunther] Bechem', 'F', '1921-12-21 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (507, 'Ryan Briscoe', 'F', '1981-09-24 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (508, 'Don Freeland', 'F', '1925-03-25 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (509, 'Jacques -Uncle- Villeneuve', 'F', '1953-11-04 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (510, 'Peter Arundell', 'F', '1933-11-08 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (511, 'George Fonder', 'F', '1917-06-22 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (512, 'Ricardo Rosset', 'F', '1968-07-27 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (513, 'Beppe Gabbiani', 'F', '1957-01-02 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (514, 'Mike Beuttler', 'F', '1940-04-13 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (515, 'Gerry Ashmore', 'F', '1936-07-25 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (516, 'Hap Sharp', 'F', '1928-01-01 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (517, 'Andrea de Cesaris', 'F', '1959-05-31 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (518, 'Phill Hill', 'F', '1927-04-20 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (519, 'Tommy Byrne', 'F', '1958-05-06 00:00:00', 'ír'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (520, 'Michele Alboreto', 'F', '1956-12-23 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (521, 'Enrique Bernoldi', 'F', '1978-10-19 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (522, 'Lella Lombardi', 'N', '1943-03-26 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (523, 'Tony Rolt', 'F', '1918-10-16 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (524, 'Giovanni de Riu', 'F', '1924-03-10 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (525, 'Gus Hutchison', 'F', '1937-04-26 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (526, 'Luigi Piotti', 'F', '1913-10-27 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (527, 'Fritz d\' Orey', 'F', '1938-03-25 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (528, 'Jackie Pretorius', 'F', '1934-11-22 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (529, 'Peter Gethin', 'F', '1940-02-21 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (530, 'Nick Heidfeld', 'F', '1977-05-10 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (531, 'Dave Morgan', 'F', '1944-08-07 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (532, 'Paul Frere', 'F', '1917-01-30 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (533, 'Teddy Pilette', 'F', '1942-07-26 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (534, 'Albert Scherrer', 'F', '1908-02-28 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (535, 'Roberto Bonomi', 'F', '1919-09-30 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (536, 'Carl Scarborough', 'F', '1914-07-03 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (537, 'Eric Thompson', 'F', '1919-11-04 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (538, 'Trevor Taylor', 'F', '1936-12-26 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (539, 'Paddy Driver', 'F', '1934-05-13 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (540, 'Anthony Davidson', 'F', '1979-04-18 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (541, 'Luis Perez-Sala', 'F', '1959-05-15 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (542, 'Torsten Palm', 'F', '1947-07-23 00:00:00', 'svéd'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (543, 'Jean-Marc Gounon', 'F', '1963-01-01 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (544, 'Silvio Moser', 'F', '1941-04-24 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (545, 'Andre Milhoux', 'F', '1928-12-09 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (546, 'Louis Chiron', 'F', '1899-08-03 00:00:00', 'monacoi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (547, 'Dan Gurney', 'F', '1931-04-13 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (548, 'Desmond Titterington', 'F', '1928-05-01 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (549, 'Arthur Owen', 'F', '1915-03-23 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (550, 'Emanuel de Graffenried', 'F', '1914-05-18 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (551, 'Giorgio Mondini', 'F', '1980-07-19 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (552, 'Conny Andersson', 'F', '1939-12-28 00:00:00', 'svéd'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (553, 'Gino Munaron', 'F', '1928-04-02 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (554, 'Emanuele Pirro', 'F', '1962-01-12 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (555, 'Johnny McDowell', 'F', '1915-01-29 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (556, 'Gabriele Tarquini', 'F', '1962-03-02 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (557, 'Ottorino Volonterio', 'F', '1917-12-07 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (558, 'Derek Daly', 'F', '1953-03-11 00:00:00', 'ír'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (559, 'Otto Stuppacher', 'F', '1947-03-03 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (560, 'Kurt Adolff', 'F', '1921-11-05 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (561, 'Miguel-Angel Guerra', 'F', '1953-08-31 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (562, 'Kurt Kuhnke', 'F', '1910-04-30 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (563, 'Nicola Larini', 'F', '1964-03-19 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (564, 'Mike Taylor', 'F', '1934-04-24 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (565, 'Pete Lovely', 'F', '1926-04-11 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (566, 'Jacques Villeneuve', 'F', '1971-04-09 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (567, 'Luciano Burti', 'F', '1975-05-03 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (568, 'Tim Mayer', 'F', '1938-02-22 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (569, 'Manfred Winkelhock', 'F', '1952-10-06 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (570, 'Andrea de Adamich', 'F', '1941-10-03 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (571, 'Doug Serrurier', 'F', '1920-12-09 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (572, 'Nelson Piquet', 'F', '1952-08-17 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (573, 'Vic Elford', 'F', '1935-06-10 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (574, 'Johnny Thomson', 'F', '1919-11-04 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (575, 'Mike Parkes', 'F', '1931-09-24 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (576, 'Erwin Bauer', 'F', '1912-07-17 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (577, 'Ernie McCoy', 'F', '1921-02-19 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (578, 'Ken Kavanagh', 'F', '1923-12-12 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (579, 'Willi Krakau', 'F', '1911-12-04 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (580, 'Keith Andrews', 'F', '1920-06-15 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (581, 'Roberto Bussinello', 'F', '1927-10-04 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (582, 'Antonio Creus', 'F', '1924-10-28 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (583, 'Yves Giraud-Cabantous', 'F', '1903-10-08 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (584, 'Eugenio Castellotti', 'F', '1930-10-10 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (585, 'Niki Lauda', 'F', '1949-02-22 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (586, 'Tim Schenken', 'F', '1943-09-26 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (587, 'Andre Pilette', 'F', '1918-10-06 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (588, 'Antonio Pizzonia', 'F', '1980-09-11 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (589, 'Vittorio Brambilla', 'F', '1937-11-11 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (590, 'Christian Danner', 'F', '1958-04-04 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (591, 'Christian Goethals', 'F', '1928-08-04 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (592, 'Jarno Trulli', 'F', '1974-07-13 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (593, 'Giorgio Pantano', 'F', '1979-02-04 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (594, 'Jim Hurtubise', 'F', '1933-12-05 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (595, 'Robert Manzon', 'F', '1917-04-12 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (596, 'Johnny Cecotto', 'F', '1956-01-25 00:00:00', 'venezuelai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (597, 'Ian Burgess', 'F', '1930-07-06 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (598, 'Myron Fohr', 'F', '1912-06-12 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (599, 'Peter Collins', 'F', '1931-11-08 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (600, 'Mike Wilds', 'F', '1946-01-07 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (601, 'Ken Richardson', 'F', '1911-08-21 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (602, 'Jackie Holmes', 'F', '1920-09-04 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (603, 'Piero Drogo', 'F', '1926-08-08 00:00:00', 'venezuelai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (604, 'Rob Schroeder', 'F', '1926-05-11 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (605, 'Pedro Lamy', 'F', '1972-03-20 00:00:00', 'portugál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (606, 'Jean Behra', 'F', '1921-02-16 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (607, 'Henry Taylor', 'F', '1932-12-16 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (608, 'Alessandro Nannini', 'F', '1959-07-07 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (609, 'Bill Brack', 'F', '1935-12-26 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (610, 'Wayne Weiler', 'F', '1934-12-09 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (611, 'Don Branson', 'F', '1920-06-06 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (612, 'Mike Hailwood', 'F', '1940-04-02 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (613, 'Bernd Nacke', 'F', '1921-12-21 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (614, 'Allan McNish', 'F', '1969-12-29 00:00:00', 'skót'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (615, 'Stephane Sarrazin', 'F', '1974-11-02 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (616, 'Chico Serra', 'F', '1957-02-03 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (617, 'Piero Carini', 'F', '1921-03-06 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (618, 'Timo Glock', 'F', '1982-03-10 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (619, 'Keith Greene', 'F', '1938-01-05 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (620, 'Pierluigi Martini', 'F', '1961-04-23 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (621, 'Ignazio Giunti', 'F', '1941-08-30 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (622, 'Bill Cheesbourg', 'F', '1927-06-12 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (623, 'Manny [Manuel] Ayulo', 'F', '1921-10-20 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (624, 'Dries van der Lof', 'F', '1919-08-23 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (625, 'Raymond Sommer', 'F', '1906-08-31 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (626, 'Roger Penske', 'F', '1937-02-20 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (627, 'Aldo Gordini', 'F', '1921-05-20 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (628, 'Patrick Gaillard', 'F', '1952-02-12 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (629, 'Brian Henton', 'F', '1946-09-19 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (630, 'Franco Forini', 'F', '1958-09-22 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (631, 'Eric van de Poele', 'F', '1961-09-30 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (632, 'Paul Hawkins', 'F', '1937-10-12 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (633, 'Mike Thackwell', 'F', '1961-03-30 00:00:00', 'új-zélandi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (634, 'Rene Arnoux', 'F', '1948-07-04 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (635, 'Eddie Irvine', 'F', '1965-11-10 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (636, 'Raul Boesel', 'F', '1957-12-04 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (637, 'Bayliss Levrett', 'F', '1913-02-14 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (638, 'Michael Andretti', 'F', '1962-10-05 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (639, 'Jimmy Bryan', 'F', '1927-01-28 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (640, 'Lee Wallard', 'F', '1911-09-08 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (641, 'Bill Mackey', 'F', '1927-12-10 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (642, 'Julian Bailey', 'F', '1961-10-09 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (643, 'Renzo Zorzi', 'F', '1946-12-12 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (644, 'Harry Merkel', 'F', '1918-01-10 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (645, 'Bob Veith', 'F', '1926-11-01 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (646, 'Toranosuke Takagi', 'F', '1974-02-12 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (647, 'John Nicholson', 'F', '1941-10-06 00:00:00', 'új-zélandi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (648, 'Jerry Unser', 'F', '1932-11-15 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (649, 'Shorty Templeman', 'F', '1919-08-12 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (650, 'Jim Crawford', 'F', '1948-02-13 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (651, 'Michael Ammermuller', 'F', '1986-02-14 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (652, 'Giancarlo Fisichella', 'F', '1973-01-14 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (653, 'A Juan Jover', 'F', '1903-11-23 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (654, 'Alfonso de Portago', 'F', '1928-10-11 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (655, 'Piero Taruffi', 'F', '1906-10-12 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (656, 'Roelof Wunderink', 'F', '1948-12-12 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (657, 'Thierry Boutsen', 'F', '1957-07-13 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (658, 'Mike Magill', 'F', '1920-02-18 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (659, 'Pedro de la Rosa', 'F', '1971-02-24 00:00:00', 'spanyol'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (660, 'Bob Evans', 'F', '1947-06-11 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (661, 'Robin Widdows', 'F', '1942-05-27 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (662, 'Eppie Wietzes', 'F', '1938-05-28 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (663, 'Graham McRae', 'F', '1940-03-05 00:00:00', 'új-zélandi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (664, 'Colin Chapman', 'F', '1928-05-19 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (665, 'Bas Leinders', 'F', '1975-07-16 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (666, 'Jackie Oliver', 'F', '1942-08-14 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (667, 'Richard Attwood', 'F', '1940-04-04 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (668, 'Jan Flinterman', 'F', '1919-10-02 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (669, 'Johnnie Tolan', 'F', '1918-10-22 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (670, 'Edgar Barth', 'F', '1917-11-26 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (671, 'Jean-Pierre Beltoise', 'F', '1937-04-26 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (672, 'Mika Hakkinen', 'F', '1968-09-28 00:00:00', 'finn'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (673, 'George Abecassis', 'F', '1913-03-21 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (674, 'Tom Jones', 'F', '1943-04-26 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (675, 'Eitel Cantoni', 'F', '1906-10-04 00:00:00', 'uruguayi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (676, 'Ernst Klodwig', 'F', '1903-05-23 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (677, 'Paul Russo', 'F', '1914-04-10 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (678, 'Carlo Franchi', 'F', '1938-01-01 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (679, 'Howden Ganley', 'F', '1941-12-24 00:00:00', 'új-zélandi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (680, 'Alex Yoong', 'F', '1976-07-20 00:00:00', 'maláj'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (681, 'Bobby Ball', 'F', '1925-08-26 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (682, 'Ettore Chimeri', 'F', '1921-06-04 00:00:00', 'venezuelai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (683, 'Chuck Stevenson', 'F', '1919-10-15 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (684, 'Damien Magee', 'F', '1945-11-17 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (685, 'Jochen Mass', 'F', '1946-09-30 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (686, 'Len Sutton', 'F', '1925-08-09 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (687, 'Jean-Christophe-Pierre Boullion', 'F', '1969-12-27 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (688, 'David Murray', 'F', '1909-12-28 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (689, 'Alex Ribeiro', 'F', '1948-11-07 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (690, 'Jacky Ickx', 'F', '1945-01-01 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (691, 'Joie Chitwood', 'F', '1912-04-14 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (692, 'Bill Whitehouse', 'F', '1909-04-01 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (693, 'Bob Sweikert', 'F', '1926-05-20 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (694, 'Mike Sparken', 'F', '1930-06-16 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (695, 'Bruce Halford', 'F', '1931-05-18 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (696, 'Eugene Martin', 'F', '1915-03-24 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (697, 'Guy Tunmer', 'F', '1948-12-01 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (698, 'Fred Agabashian', 'F', '1913-08-21 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (699, 'Volker Weidler', 'F', '1962-03-18 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (700, 'Ron Flockhart', 'F', '1923-06-16 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (701, 'Lance Macklin', 'F', '1919-09-02 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (702, 'Teo Fabi', 'F', '1955-03-09 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (703, 'Francois Mazet', 'F', '1943-02-26 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (704, 'Len Duncan', 'F', '1911-07-25 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (705, 'Bill Schindler', 'F', '1909-03-06 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (706, 'Jimmy Davies', 'F', '1923-08-18 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (707, 'Art Cross', 'F', '1918-01-24 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (708, 'Bobby Rahal', 'F', '1953-01-10 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (709, 'George Connor', 'F', '1908-08-16 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (710, 'Sakon Yamamoto', 'F', '1982-09-07 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (711, 'A J Foyt', 'F', '1935-01-16 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (712, 'George Constantine', 'F', '1918-02-22 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (713, 'Chuck Weyant', 'F', '1923-03-04 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (714, 'Gianfranco Comotti', 'F', '1906-07-24 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (715, 'Toni Ulmen', 'F', '1906-01-25 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (716, 'Giovanna Amati', 'N', '1962-07-20 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (717, 'Alain Prost', 'F', '1955-02-24 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (718, 'Chet Miller', 'F', '1902-07-19 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (719, 'Markus Winkelhock', 'F', '1980-06-13 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (720, 'Eugene Chaboud', 'F', '1907-04-12 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (721, 'Jose-Froilan Gonzalez', 'F', '1922-10-05 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (722, 'Ernst Loof', 'F', '1907-07-04 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (723, 'Domenico Schiattarella', 'F', '1967-11-17 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (724, 'Christian Albers', 'F', '1979-04-16 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (725, 'Cecil Green', 'F', '1919-09-30 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (726, 'Desire Wilson', 'N', '1953-11-26 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (727, 'Mark Webber', 'F', '1976-08-27 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (728, 'Giacomo Russo', 'F', '1937-10-23 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (729, 'Felice Bonetto', 'F', '1903-06-09 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (730, 'Robert La Caze', 'F', '1917-02-26 00:00:00', 'marokkói'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (731, 'Graham Hill', 'F', '1929-02-15 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (732, 'Phill Cade', 'F', '1916-06-12 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (733, 'Basil van Rooyen', 'F', '1938-04-19 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (734, 'Lance Reventlow', 'F', '1936-02-24 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (735, 'Alan Brown', 'F', '1919-11-20 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (736, 'Gerino Gerini', 'F', '1928-08-10 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (737, 'Andrea Chiesa', 'F', '1964-05-06 00:00:00', 'svájci'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (738, 'Eric Brandon', 'F', '1920-07-18 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (739, 'Brian Gubby', 'F', '1934-04-17 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (740, 'Reine Wisell', 'F', '1941-09-30 00:00:00', 'svéd'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (741, 'Oswald Karch', 'F', '1917-03-06 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (742, 'Brian Shawe-Taylor', 'F', '1915-01-29 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (743, 'Jim Clark', 'F', '1936-03-04 00:00:00', 'skót'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (744, 'Gerhard Mitter', 'F', '1935-08-30 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (745, 'Arturo Merzario', 'F', '1943-03-11 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (746, 'Ralf Schumacher', 'F', '1975-06-30 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (747, 'Boy Hayje', 'F', '1949-05-03 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (748, 'Ernesto Brambilla', 'F', '1934-01-31 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (749, 'Dave [David] Kennedy', 'F', '1953-01-15 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (750, 'Walt Ader', 'F', '1913-12-15 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (751, 'Takuma Sato', 'F', '1977-01-28 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (752, 'Fritz Riess', 'F', '1922-07-11 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (753, 'John Miles', 'F', '1943-06-14 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (754, 'Nino Vaccarella', 'F', '1933-03-04 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (755, 'Felipe Massa', 'F', '1981-04-25 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (756, 'Hans Herrmann', 'F', '1928-02-23 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (757, 'Dieter Quester', 'F', '1939-05-30 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (758, 'Jack Turner', 'F', '1920-02-12 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (759, 'Louis Rosier', 'F', '1905-11-05 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (760, 'Bill Moss', 'F', '1933-01-01 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (761, 'Henri Pescarolo', 'F', '1942-09-25 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (762, 'Gene Force', 'F', '1916-06-15 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (763, 'Tony Brise', 'F', '1952-03-28 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (764, 'Alessandro de Tomaso', 'F', '1928-07-10 00:00:00', 'argentín'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (765, 'Andre Simon', 'F', '1920-01-05 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (766, 'Mauri Rose', 'F', '1906-05-26 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (767, 'Prince Birabongse Bhanuban', 'F', '1914-07-15 00:00:00', 'thaiföldi'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (768, 'Siegfried Stohr', 'F', '1952-10-10 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (769, 'Ian Scheckter', 'F', '1947-08-22 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (770, 'Jan Magnussen', 'F', '1973-07-04 00:00:00', 'dán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (771, 'Peter [Piet] de Klerk', 'F', '1935-03-16 00:00:00', 'dél-afrikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (772, 'Tom Bridger', 'F', '1934-06-24 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (773, 'Tiff Needell', 'F', '1951-10-29 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (774, 'Hiroshi Fushida', 'F', '1946-03-10 00:00:00', 'japán'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (775, 'John Taylor', 'F', '1933-03-23 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (776, 'Andrea Montermini', 'F', '1964-05-30 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (777, 'Al Pease', 'F', '1921-10-15 00:00:00', 'kanadai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (778, 'David Piper', 'F', '1930-12-02 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (779, 'Karl Kling', 'F', '1910-09-16 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (780, 'Fred Wacker', 'F', '1918-07-10 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (781, 'Consalvo Sanesi', 'F', '1911-03-28 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (782, 'Mauricio Gugelmin', 'F', '1963-04-20 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (783, 'Jenson Button', 'F', '1980-01-19 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (784, 'Jack Fairman', 'F', '1913-03-15 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (785, 'Vern Schuppan', 'F', '1943-03-19 00:00:00', 'ausztrál'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (786, 'John Riseley-Prichard', 'F', '1924-01-17 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (787, 'Eliseo Salazar', 'F', '1954-11-04 00:00:00', 'chilei'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (788, 'Jean-Pierre Jabouille', 'F', '1942-10-01 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (789, 'Tony Marsh', 'F', '1931-07-20 00:00:00', 'brit'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (790, 'Jose Dolhem', 'F', '1944-04-26 00:00:00', 'francia'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (791, 'Willy Mairesse', 'F', '1928-10-01 00:00:00', 'belga'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (792, 'Ray Crawford', 'F', '1915-10-26 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (793, 'Luca Badoer', 'F', '1971-01-25 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (794, 'Hernando da Silva-Ramos', 'F', '1925-12-07 00:00:00', 'brazil'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (795, 'Ben Pon', 'F', '1936-12-09 00:00:00', 'holland'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (796, 'Hans Klenk', 'F', '1919-10-18 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (797, 'Christian Klien', 'F', '1983-02-07 00:00:00', 'osztrák'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (798, 'Piero Scotti', 'F', '1909-11-11 00:00:00', 'olasz'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (799, 'Hans-Joachim Stuck', 'F', '1951-01-01 00:00:00', 'német'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (800, 'Jim Rathmann', 'F', '1928-07-16 00:00:00', 'amerikai'); INSERT INTO `pilota` (`az`, `nev`, `nem`, `szuldat`, `nemzet`) VALUES (801, 'Johnny Mantz', 'F', '1918-09-18 00:00:00', 'amerikai'); # 801 records