mayb
关于我
相册
C#.NET
Golang
More...
SqlServer
JavaScript
Umbraco
windows
Regex
MySql
ElasticSearch
git
PowerShell
linux
好记性不如烂笔头。
当前位置:
首页
>
SqlServer
创建临时表,增加一个自增ID的新列
select id=identity(int,1,1),字段名 into #t from t