xzisgood(夏),用你的方法我没有成功!

snowamber 2001-03-02 04:15:00
create table test(id int identity ,a text null,b boolean null)

如果是

create table test(id int,a text null)

就可以,说明 “identity ”和“b boolean ”是不对的呀!
...全文
110 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
tripofdream 2001-03-03
  • 打赏
  • 举报
回复
不戒和尚果然是得道高僧.
wingc 2001-03-02
  • 打赏
  • 举报
回复
不戒大师所言极是
要identity当然要not null了
而在Sql server中当然要用bit代替boolean了
haichuang 2001-03-02
  • 打赏
  • 举报
回复
create table test(id int identity (1,1) not null,a text null,b bit null)
ttt2 2001-03-02
  • 打赏
  • 举报
回复
create table test(id int identity not null ,a text null,b boolean null)

28,408

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧