会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
中國風_技術天地
燃燒你的激情
博客园
首页
新随笔
联系
订阅
管理
2006年12月1日
如何实现自编号
摘要: if object_id('T') is not null drop table Tgocreate table T(id varchar(10) primary key ,name varchar(10))go--用触发器完成create trigger tr_T_insert on Ti...
阅读全文
posted @ 2006-12-01 13:50 中國風
阅读(162)
评论(0)
推荐(0)
编辑