摘要: protected void RemoveEmpty(DataTable dt) { List<DataRow> removelist = new List<DataRow>(); for (int i = 0; i < dt.Rows.Count; i++) { bool IsNull = tru 阅读全文
posted @ 2020-09-28 15:02 BloggerSb 阅读(129) 评论(0) 推荐(0)
摘要: select * from (SELECT '123' dimFilterIds UNION ALL SELECT '1456' dimFilterIds UNION ALL SELECT '2123' dimFilterIds )budg_template_dims where CHARINDEX 阅读全文
posted @ 2020-09-28 14:06 BloggerSb 阅读(198) 评论(0) 推荐(0)