吉林省工信厅待遇:sql建表是只读的!

来源:百度文库 编辑:神马品牌网 时间:2024/05/08 02:18:53
我用下面这个建表过后是只读的不能录入数据
create table xxcj
(xh int identity(1000,1),
c tinyint default(0),
qb tinyint default(0),
vb tinyint default(0),
jsp tinyint default(0),
constraint fk_xh foreign key(xh) references jbxx(xh),
)

权限