Oracle queries the specified field with more than one duplicate record, and counts the total number of occurrences of the record

--Query the record with more than one duplicate record in the specified field, and count the total number of times the record appears
select b.ent_name,count(ent_name) from z_huhehaote_ent_item b group by b.ent_name having count(b.ent_name) > 1

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326311170&siteId=291194637