如何用sql語句修改數據表字段,實現identity(100,1)的遞增
實現identity(100,1)的遞增。create table common_info(name varchar(10),value int)insert
用sql語句生成SQLserver(MSSQL)數據字典
select 表名=case when a.colorder=1 then d.name else end, --字段序號=a.colorder, 字段名=