MSSql is a simple method for querying all duplicate data in a data table.

Source: Internet
Author: User

MSSql is a simple method for querying all duplicate data in a data table.

This example describes how to use MSSql to query all duplicate data in a data table. We will share this with you for your reference. The details are as follows:

The following example is provided:

SELECT * FROM SYS_LogContent SCN where slc. LogInfo_ID IN (SELECT maid _ id from SYS_LogContent slc2 group by maid _ id having count (*)> 1)

Simple Description:

The key code is in the brackets above. To query all duplicate data, you can calculate all records with the total number of duplicate data in this field greater than 1 based on a field. In this process, you can use group by for statistics, then, you can use the statistical results as the query conditions to perform another query.

I hope this article will help you design SQL Server database programs.

Related Article

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.