| 1234567891011121314151617 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2014
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- CREATE TABLE CMOBJPROPS84 (
- CMID number(10) not NULL,
- SPEC clob null,
- DATASIZE number(20),
- DATAMODTIME timestamp NULL,
- CONSTRAINT PK_CMOBJPROPS84 PRIMARY KEY (CMID)
- );
|