Duplicate records in the PerioMeasure table.

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

Duplicate records in the PerioMeasure table.

Post by ajaykodam »

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: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: Duplicate records in the PerioMeasure table.

Post by SLeon »

We recommend you contact support for help with this issue.
ajaykodam
Posts: 34
Joined: Tue Aug 17, 2021 10:53 pm

Re: Duplicate records in the PerioMeasure table.

Post by ajaykodam »

Thank you.
Post Reply