我有这个 mysql 查询插入查询,它给出了下面提到的错误,我不知道为什么
1064 - 您的 SQL 语法有错误;检查与您的 MySQL 服务器版本相对应的手册,以在第 3 行的 'VALUES ('edinburgh', 'edinburgh*glasgow' ,'Loreum ipsim'), VALUES ('newcastle', ' 附近使用正确的语法
INSERT INTO wp_widget_custom (name,centers,description)
VALUES ('glasgow', 'glasgow*edinburgh' ,'Loreum ipsim'),
VALUES ('edinburgh', 'edinburgh*glasgow' ,'Loreum ipsim'),
VALUES ('newcastle', 'newcastle*middles-brough' ,'Loreum ipsim'),
VALUES ('leeds', 'leeds' ,'Loreum ipsim'),
VALUES ('manchester', 'manchester' ,'Loreum ipsim'),
VALUES ('nottingham', 'nottinghamshire*lichfield' ,'Loreum ipsim'),
VALUES ('lichfield', 'lichfield*birmingham*nottinghamshire' ,'Loreum ipsim'),
VALUES ('birmingham', 'lichfield*birmingham*milton-keynes' ,'Loreum ipsim'),
VALUES ('milton-keynes', 'milton-keynes*hemel-hempstead*hertfordshire' ,'Loreum ipsim'),
VALUES ('cardiff', 'cardiff*bristol-international' ,'Loreum ipsim'),
VALUES ('bristol', 'bristol-international*bristol*cardiff' ,'Loreum ipsim'),
VALUES ('plymouth', 'plymouth' ,'Loreum ipsim'),
VALUES ('southampton', 'southampton*hemel-hempstead*reading*maidenhead*slough' ,'Loreum ipsim'),
VALUES ('reading', 'hemel-hempstead*hertfordshire*reading*maidenhead*slough*guildford' ,'Loreum ipsim'),
VALUES ('slough', 'surrey*hertfordshire*hemel-hempstead*reading' ,'Loreum ipsim'),
VALUES ('hemel-hempstead', 'slough*surrey*guildford*bromley*london*billericay*hertfordshire*hemel' ,'Loreum ipsim'),
VALUES ('london', 'hempstead*maidenhead' ,'Loreum ipsim'),
VALUES ('crawley', 'crawley*bromley*guildford*surrey*london' ,'Loreum ipsim'),
VALUES ('bromley', 'billericay*crawley*london*billiericay*bromley' ,'Loreum ipsim'),
VALUES ('upminster', 'crawley' ,'Loreum ipsim'),
VALUES ('billericay', 'billericay*london*bromley' ,'Loreum ipsim'),
VALUES ('livingston', 'edinburgh*glasgow' ,'Loreum ipsim'),
VALUES ('renfrewshire', 'edinburgh*glasgow' ,'Loreum ipsim'),
VALUES ('northumberland', 'newcastle' ,'Loreum ipsim'),
VALUES ('west-yorkshire', 'leeds' ,'Loreum ipsim'),
VALUES ('cheshire', 'manchester' ,'Loreum ipsim'),
VALUES ('nottinghamshire', 'nottinghamshire' ,'Loreum ipsim'),
VALUES ('staffordshire', 'lichfield*birmingham*nottinghamshire' ,'Loreum ipsim'),
VALUES ('warwickshire', 'milton-keynes*birmingham' ,'Loreum ipsim'),
VALUES ('northamptonshire', 'milton-keynes' ,'Loreum ipsim'),
VALUES ('south-gloucestershire', 'bristol-international*bristol*cardiff' ,'Loreum ipsim'),
VALUES ('north-somerset', 'bristol*bristol-international*cardiff' ,'Loreum ipsim'),
VALUES ('devon', 'plymouth' ,'Loreum ipsim'),
VALUES ('hampshire', 'southampton*guildford*surrey*reading*maidenhead*slough' ,'Loreum ipsim'),
VALUES ('berkshire', 'southampton*maidenhead*reading*slough*surrey' ,'Loreum ipsim'),
VALUES ('maidenhead', 'guildford*hemel-hempstead*hertfordshire' ,'Loreum ipsim'),
VALUES ('surrey', 'surrey*guildford*reading*slough' ,'Loreum ipsim'),
VALUES ('sussex', 'bromley*crawley' ,'Loreum ipsim'),
VALUES ('kent', 'crawley' ,'Loreum ipsim'),
VALUES ('essex', 'bromley*sittingbourne*london*london*billericay*bromley' ,'Loreum ipsim'),
VALUES ('hertfordshire', 'hemel-hempstead*hertfordshire*slough*milton-keynes*maidenhead*slough' ,'Loreum ipsim'),
VALUES ('buckinghamshire', 'hemel-hempstead*hertfordshire' ,'Loreum ipsim'),
VALUES ('oxfordshire', 'milton-keynes' ,'Loreum ipsim'),
VALUES ('leicestershire', 'lichfield*nottinghamshire' ,'Loreum ipsim'),
VALUES ('derbyshire', 'nottinghamshire*lichfield' ,'Loreum ipsim'),
VALUES ('portsmouth', 'southampton' ,'Loreum ipsim'),
VALUES ('gloucester', 'bristol*milton-keynes*birmingham*lichfield' ,'Loreum ipsim'),
VALUES ('coventry', 'nottinghamshire' ,'Loreum ipsim'),
VALUES ('stoke-on-trent', 'manchester*lichfield*nottinghamshire' ,'Loreum ipsim'),
VALUES ('bolton', 'manchester*leeds' ,'Loreum ipsim'),
VALUES ('huddersfield', 'leeds' ,'Loreum ipsim'),
VALUES ('liverpool', 'manchester' ,'Loreum ipsim'),
VALUES ('merseyside', 'manchester' ,'Loreum ipsim'),
VALUES ('leicester', 'birmingham*nottinghamshire' ,'Loreum ipsim'),
VALUES ('bradford', 'leeds' ,'Loreum ipsim'),
VALUES ('wolverhampton', 'birmingham*lichfield*nottinghamshire' ,'Loreum ipsim'),
VALUES ('dudley', 'birmingham*lichfield*nottinghamshire*hemel-hempstead*hertfordshire*slough' ,'Loreum ipsim'),
VALUES ('luton', 'maidenhead' ,'Loreum ipsim'),
VALUES ('preston', 'manchester' ,'Loreum ipsim'),
VALUES ('sunderland', 'newcastle*middlesbrough*birmingham*lichfield*nottinghamshire' ,'Loreum ipsim'),
VALUES ('walsall', 'manchester' ,'Loreum ipsim'),
VALUES ('swansea', 'cardiff' ,'Loreum ipsim'),
VALUES ('norfolk', 'thetford-forest' ,'Loreum ipsim'),
VALUES ('norwich', 'thetford-forest' ,'Loreum ipsim'),
VALUES ('hull', 'hull' ,'Loreum ipsim');
enter code here