12345678910111213141516171819 |
- -- 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 integer not null,
- SPEC clob,
- DATASIZE bigint,
- DATAMODTIME datetime year to fraction,
- primary key (CMID) constraint PK_CMOBJPROPS84
- ) lock mode row;
|