12345678 |
- -- Licensed Materials - Property of IBM
- -- IBM Cognos Products: ccllogging
- -- (C) Copyright IBM Corp. 2011, 2013
- -- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- alter table COGIPF_USERLOGON add COGIPF_TENANTID varchar (255) default ''
- Call Sysproc.admin_cmd('REORG table COGIPF_USERLOGON')
|