123456789101112 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2010
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- insert into CMARCHIVESTATUS (CMID) select CMID from CMOBJECTS where CLASSID in (7);
- insert into CMARCHIVESTATUS (CMID) select CMID from CMOBJECTS where CLASSID in (45);
|