摘要: update TabelA set A=trim(A) where ... 阅读全文
posted @ 2019-07-30 16:19 江城苏幕遮溪沙 阅读(119) 评论(0) 推荐(0) 编辑
摘要: A表 字段1 字段2 B表 字段1 字段3 A表的字段1=B表的字段1 SELECT DISTINCT A.字段2 FROM TABEL1 A ,TABEL2 B WHERE A.字段1 = B.字段1 AND A.字段1='XXX' 阅读全文
posted @ 2019-04-25 18:32 江城苏幕遮溪沙 阅读(2130) 评论(0) 推荐(0) 编辑
摘要: private List<string> barList; public List<string> BarList { get { return barList; } set { barList = value; } } DataSet dt = new DataSet(); DataSet dt2 阅读全文
posted @ 2019-04-24 08:58 江城苏幕遮溪沙 阅读(813) 评论(0) 推荐(0) 编辑