查询重复记录
来源:网络 责任编辑:栏目编辑 发表时间:2013-07-01 11:51 点击:次
Java代码
select * from order_ticket ot Where ot.ticket_id In (select ot.ticket_id from order_ticket
Group By ot.ticket_id Having Count(*)>1) order by ot.ticket_id
作者“刘文涛”
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>