access数据库表创建有关问题
access数据库表创建问题谁能写一个access表创建的完整版将create table test(id decimal(10, 0) primary k
access数据库表创建问题
谁能写一个access表创建的完整版
将
create table test(
id decimal(10, 0) primary key,
name varchar(30) not null,
age decimal(10, 0) not null default 20,
height decimal(10, 2) not null,
)
转化为access表的语句
1、要有精度
2、要有默认值
[解决办法]
[解决办法][解决办法]这个也搞定了~~继续结贴吧~~