哦!!我的歌詞
2008年1月15日 星期二
SQL 的identity
欲在select出來資料前面加序號~
可以用
identity
~
但是要注意一點就是,select出來要into #table裡~
ex:
select 自取欄位名稱=identity(int,1,1),* into #tmptable from 資料表
select * from #tmptable
drop table #tmptable
另一個要注意的地方是
identity
(
int
,1,1)裡的int要
小寫
,大寫會有問題。
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
關於我自己
蕃茄
檢視我的完整簡介
網誌存檔
▼
2008
(9)
►
12月
(1)
►
11月
(2)
►
8月
(1)
►
7月
(1)
►
2月
(2)
▼
1月
(2)
傳資料的時後不要有單引號
SQL 的identity
►
2007
(3)
►
10月
(2)
►
8月
(1)
沒有留言:
張貼留言