我用的jdk1.8, access2013, 发现常规的方式一直报错, 经过测试下面这个是正确的, 很变态.
create table [tablename] (id int auto_increment)
create table if not exists [表五] (id int auto_increment primary key)
我用的jdk1.8, access2013, 发现常规的方式一直报错, 经过测试下面这个是正确的, 很变态.
create table [tablename] (id int auto_increment)
create table if not exists [表五] (id int auto_increment primary key)