【SQLServer系列教程】——數據庫局部/全局變量的使用

1.數據庫變量的分類 2.變量的定義及賦值 3.Set和Select賦值的區別【通常都採用Select,需保證只有一個查詢結果】 4.系統全局變量清單 5.案例代碼: 示例1:局部變量的使用 use StudentManageDB go --聲明學號變量 declare @stuid int,@stuname varchar(20) --查詢李銘的信息 set @stuname='李銘' sel
相關文章
相關標籤/搜索