12345678910 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2017
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- insert into CMOBJPROPS37(CMID) select CMID from CMOBJECTS where CLASSID in (255, 256) and CMID not in (select CMID from CMOBJPROPS37)
|