标签:使用 ar strong sp div art c on r
在sql语句中加入?变量。
声明时须要指定变量的类型,
能够使用set和select对变量进行赋值,
在sql语句中就能够使用@local_variable来调用变量
比如:declare @id int
declare @id int = 3
set @id=2
select id
select @id = column_id from table where column_user = ‘ABC‘
标签:使用 ar strong sp div art c on r
原文地址:http://www.cnblogs.com/hrhguanli/p/4009493.html