一个通用的交叉制表存储过程[30]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 lzmtw 的 blog

                   and p5.action = 193

                   and p5.protecttype = 206

                   and p5.columns is not null

                   and case substring(p5.columns,1,1) & 1

                       when null then 255

                       when 0 then convert(tinyint,substring(p5.columns,v5.low,1))

                       else (convert(tinyint,isnull(substring(p5.columns,v5.low,1),0)))

                       end & v5.high <> 0)) <> 3

         begin

本文关键:一个通用的交叉制表存储过程
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top