首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

一个select 语句?解决方案

2012-01-19 
一个select 语句??if@debug0select@chvPropertyProperty,@chvValue[Value],@chvUnit[Unit]--checkwillne

一个select 语句??



if   @debug   <>   0
select   @chvProperty   Property,  
@chvValue   [Value],  
@chvUnit   [Unit]

--   check   will   new   string   fit
select   @insLenProperty   =   DATALENGTH(@chvProperty),
@insLenValue   =   DATALENGTH(@chvValue),
@insLenUnit   =   DATALENGTH(@chvUnit),
@insLenProperties   =   DATALENGTH(@chvProperties)
  这里的  

if   @debug   <>   0
select   @chvProperty   Property,  
@chvValue   [Value],  
@chvUnit   [Unit]
select   语句   起到什么作用,又不是查询,变量也定义过了,

????
不明白

[解决办法]
select的作用相当于声明变量和赋值

关于if @debug <> 0,这个应该不是系统提供的吧,至少我目前确实不知道。
楼主能把代码贴详细点么

热点排行