Duplicate records in the PerioMeasure table.

For users or potential users.
Post Reply
ajaykodam
Posts: 32
Joined: Tue Aug 17, 2021 10:53 pm

Duplicate records in the PerioMeasure table.

Post by ajaykodam » Mon Jan 08, 2024 4:18 am

Hi,

We are seeing lot of duplicate records for sequence type 4,5,6 in PerioMeasure table, below is the query we are running to check the data.

Code: Select all

select SequenceType , IntTooth , PerioExamNum from perioMeasure group by SequenceType , IntTooth , PerioExamNum having count(*) > 1;
Can you please confirm why we are seeing the duplicate records for above sequence type?

Thanks.

SLeon
Posts: 482
Joined: Mon Mar 01, 2021 10:00 am

Re: Duplicate records in the PerioMeasure table.

Post by SLeon » Mon Jan 08, 2024 10:11 am

We recommend you contact support for help with this issue.

ajaykodam
Posts: 32
Joined: Tue Aug 17, 2021 10:53 pm

Re: Duplicate records in the PerioMeasure table.

Post by ajaykodam » Mon Jan 08, 2024 8:52 pm

Thank you.

Post Reply