In addition to Weibo, there is also WeChat
Please pay attention

WeChat public account
Shulou
2025-11-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Detailed explanation of the method of deduplicating duplicate data in Oracle table
We will definitely encounter a situation in the project, that is, there is no primary key in the table, or there is duplicate data in the table, but some fields have duplicate data, and we need to filter out the duplicate data.
Here is a solution
Delete from mytest ms where rowid in (select aa.rid from (select rowid as rid, row_number () over (partition by s.name order by s.id) as nu from mytest s) aa where aa.nu > 1)
Row_number () over is an analysis function that can get the number of occurrences of the current packet. If there is any repetition, it will add up to 2pr 3pl 4. If we delete anything larger than 1, we can delete it through rowid.
The above is the introduction of Oracle de-duplication methods and simple examples, there are many articles about the database on this site, welcome to search and read, thank you for reading, hope to help you, thank you for your support!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope





About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.