手边星辰

博客园 首页 新随笔 联系 订阅 管理

2016年4月26日 #

摘要: 一、查询某表中某列值相同的记录: select * from t_acct_map where acct_id in ( select acct_id from t_acct_map group by acct_id having count(*)>1 ) order by acct_id 二、自连 阅读全文
posted @ 2016-04-26 14:41 手边星辰 阅读(169) 评论(0) 推荐(0) 编辑