dbUpgrade6_0021-to-6_0022_db2.sql 388 B

12345678910111213
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2011
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. insert into CMREFORD1(PROPID, CMID, ORD, REFCMID) select PROPID, CMID, 0, REFCMID from CMREFNOORD1 where PROPID=51
  10. delete from CMREFNOORD1 where PROPID=51