Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Information
Space announcement
This space provides the same content as before, but the organization of the home page has changed. The content is now organized based on logical branches instead of legacy book titles. We hope that the new structure will help you quickly find the content that you need.
Maintaining the BMCXCOPY table
Periodically, you should review BMCXCOPY and delete old rows to control its expansion. To control the expansion of the BMCXCOPY table
To delete all rows from the BMCXCOPY table that are older than 30 days, run an SQL DELETE statement, using the following statement as an example:
DELETE FROM <creatorName>.CMN_BMCXCOPY WHERE DAYS(CURRENT TIMESTAMP) - DAYS(TIMESTAMP) > 30;