1234567891011121314151617 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2019
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- ALTER TABLE CMOBJPROPS80 ADD column NSCAPS clob(4000);
- CREATE AUXILIARY TABLE CMATB141
- IN CMSCRIPT_DATABASE.CMSCRIPT_CS_IDCML141
- STORES CMOBJPROPS80
- COLUMN NSCAPS;
- CREATE UNIQUE INDEX CMIDX141 ON CMATB141 USING STOGROUP CMSCRIPT_STOGROUP;
|