当前位置: 代码迷 >> Sql Server >> 在SQL中用什么语句检查变量的值?解决方案
  详细解决方案

在SQL中用什么语句检查变量的值?解决方案

热度:110   发布时间:2016-04-27 21:22:11.0
在SQL中用什么语句检查变量的值?
有下列SQL语句:
SET   @xxx= 'u1 '
SET   @xxx= '   '[email protected]+   '   '
[email protected]?

------解决方案--------------------
print @xxx ?
select @xxx ?
  相关解决方案