摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Web.UI; using System.Web.UI.Web... 阅读全文
posted @ 2012-12-05 17:23 深南大道 阅读(287) 评论(0) 推荐(0)
摘要: create or replace function row_to_col_func(tabname in varchar2,--tabname 需要进行行转列操作的表名; group_col in varchar2,--gro... 阅读全文
posted @ 2012-12-05 15:59 深南大道 阅读(380) 评论(0) 推荐(0)
摘要: LinQ实现DataTable不定行转列 原始表: 转换以后的表: using System;using System.Collections.Gen... 阅读全文
posted @ 2012-12-05 11:41 深南大道 阅读(242) 评论(0) 推荐(0)