首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

access数据库表创建有关问题

2012-08-11 
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、要有默认值

[解决办法]

探讨
谁能写一个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……


[解决办法]
探讨
谁能写一个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……

[解决办法]
这个也搞定了~~继续结贴吧~~

热点排行
Bad Request.