用sql语句创建数据库事,怎样让字段默认允许空值
1个回答
展开全部
如下:
Create Table test
(
tid int primary key, -- 加不加not null, 都是一个不可 NUll 的字段,因为它是主键
tvalue int null -- 可以为空。
)
Create Table test
(
tid int primary key, -- 加不加not null, 都是一个不可 NUll 的字段,因为它是主键
tvalue int null -- 可以为空。
)
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询