1234567891011121314 |
- -- 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.
- insert into CMOBJPROPS7(CMID) SELECT CMID FROM CMOBJECTS WHERE CLASSID = 256 AND CMID NOT IN (SELECT CMID FROM CMOBJPROPS7)
- insert into CMOBJPROPS14(CMID) SELECT CMID FROM CMOBJECTS WHERE CLASSID = 256 AND CMID NOT IN (SELECT CMID FROM CMOBJPROPS14)
|