1234567891011121314151617 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2018
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- ALTER TABLE CMOBJPROPS20 ADD column OBJREFS clob(1M);
- CREATE AUXILIARY TABLE CMATB134
- IN CMSCRIPT_DATABASE.CMSCRIPT_CS_IDCML134
- STORES CMOBJPROPS20
- COLUMN OBJREFS;
- CREATE UNIQUE INDEX CMIDX134 ON CMATB134 USING STOGROUP CMSCRIPT_STOGROUP;
|