1.当已新建表中的id没有设置自增,需要设置时:

alter table His_Vehicle
add ID int identity(1,1) not null

2.sql获取时间

getDate()

3.数据删除,包括id自增

truncate table Sys_Catalog

4.SQL语句添加新字段并设置默认值

ALTER TABLE inf_Customer ADD Score int NOT NULL DEFAULT 10


最后修改:2013 年 12 月 04 日
如果觉得我的文章对你有用,请随意赞赏