365 remove duplicate data from the calendar

Source: Internet
Author: User

ITunes-ApplicationProgram-- 365 calendar -- export data opened in navicat mainly because the schedule table first queries the created value of duplicate data. When other values without IDS can be queried, then delete the data.

Note that you must import the data when the 365 calendar app is disabled. You can delete all the data before import. After importing the data, remember to click sync on the left of the app, otherwise, the data on the cloud is not modified, and the data on the old cloud is still synchronized on other devices.

Select title from Schedule where title = 'Evening dinner'

Select min (ID) from Schedule group by title

Delete from Schedule where id not in (select Min (ID) from Schedule group by title );

Delete from Schedule where created not in (select Min (created) from Schedule group by title );

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.