-- Licensed Materials - Property of IBM -- -- BI and PM: CM -- -- (C) Copyright IBM Corp. 2016 -- -- US Government Users Restricted Rights - Use, duplication or disclosure -- restricted by GSA ADP Schedule Contract with IBM Corp. CREATE TABLE CMOBJPROPS87 ( CMID number(10) NOT NULL , EXT clob null, CONSTRAINT PK_CMOBJPROPS87 PRIMARY KEY (CMID) ); insert into CMOBJPROPS87 (CMID) select CMID from CMOBJECTS;