摘要: declare @Q_ID uniqueidentifierset @Q_ID = dbo.uf_GetParamValueByName(@Params,'@指标ID');declare @QAExp_ID char(36)--指标属性公式IDset @QAExp_ID='3D2B8F3F-0B7E-46FD-9B33-050F846C2869'declare @temp_qid table(QID char(36),ExpValue nvarchar(max))--临时表变量获得指标根IDdeclare @QIDtempchar(36),@express nv 阅读全文
posted @ 2012-04-11 11:20 郑文亮 阅读(1146) 评论(2) 推荐(1)