Page 1 of 1

Duplicate records in the PerioMeasure table.

Posted: Mon Jan 08, 2024 4:18 am
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.

Re: Duplicate records in the PerioMeasure table.

Posted: Mon Jan 08, 2024 10:11 am
by SLeon
We recommend you contact support for help with this issue.

Re: Duplicate records in the PerioMeasure table.

Posted: Mon Jan 08, 2024 8:52 pm
by ajaykodam
Thank you.