The object_id is generated by SQLA when the object is created. You cannot change it. 2
...and why would you want to??? FWIW: Dropping and re-creating the object should lead to a different object_id.
(27 May '20, 04:44)
Volker Barth
Comment Text Removed
All system tables are read only
(28 May '20, 03:38)
Justin Willey
Replies hidden
Well, you also say you modify them via DDL, not DML..:)
(28 May '20, 15:40)
Volker Barth
|