Try OpenEdge Now
skip to main content
Multi-tenancy Overview
Multi-tenancy and OpenEdge SQL : DBA use cases : Alter a multi-tenant sequence
 

Alter a multi-tenant sequence

To alter the sequence, mtcustomer_sequence, of a tenant, mtAsiaPacificCust:
ALTER SEQUENCE pub.customer_sequence SET CURRVAL 521 FOR TENANT mtAsiaPacificCust;