此插入无效,但我没有收到错误消息:
insert into Company (companyname, address, city, stateorprovince, postalcode, region, country, website, notes, previous) values ('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', '', '')
答案 0 :(得分:1)
您应该尝试@Qirel建议的内容,但这是适用于基于Linux的计算机的正确语句。 Windows不区分大小写。
insert into Company (CompanyName, Address, City, StateOrProvince, PostalCode, Region, Country, WebSite, notes, previous) values ('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', '', '')