记录以便查询

   查询重复记录:

select t.Coding,count(t.coding) from fpi_warehousingentry t 
group by t.Coding 
having Count(t.coding)>1;

相关文章: