dbUpgrade7_0044-to-7_0045_db2zOS.sql 365 B

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