将取出的重复数据作为数据源绑定给另一个datatable,并且重复数据都要绑定到另一个datatable
在sql里面查询 select * from 表 where id not in (select id, count(*) as cnt from 表 group by id where cnt > 1)
datatable.select 中只能采用布尔型的sql语句