[58c332]: / archives / RadETL / inst / extdata / migration / postgres / setNewOccurID.sql

Download this file

2 lines (1 with data), 133 Bytes

1
SELECT setval('@ohdsiSchema.Radiology_occur_seq', coalesce(max(Radiology_Occurrence_ID), 1)) FROM @ohdsiSchema.Radiology_Occurrence;