摘要: XSLT的元素语法xsl:template和xsl:apply-templates xsl:value-of xsl:for-each xsl:if Xxsl:choose, when, otherwise xsl:sort xsl:template和xsl:apply-templates模板(te 阅读全文
posted @ 2024-08-31 20:49 月光归墟 阅读(23) 评论(0) 推荐(0) 编辑
摘要: SELECT 表名 = CASE a.colorder WHEN 1 THEN c.name ELSE '' END, 序 = a.colorder, 字段名 = a.name, 标识 = CASE COLUMNPROPERTY(a.id,a.name,'IsIdentity') WHEN 1 TH 阅读全文
posted @ 2024-08-31 20:40 月光归墟 阅读(3) 评论(0) 推荐(0) 编辑