12345678910111213141516171819 |
- { ************************************************************************* }
- { }
- { Licensed Materials - Property of IBM and/or HCL }
- { }
- { IBM Informix Dynamic Server }
- { (c) Copyright IBM Corporation 1996, 2004 All rights reserved. }
- { (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved. }
- { }
- { ************************************************************************* }
- { }
- { Title: cnv94t100.sql }
- { Description: }
- { Add partition column to informix.sysfragments }
- { }
- { ************************************************************************* }
- alter table sysfragments add partition varchar(128);
- alter table informix.systables add pagesize int;
- alter table informix.sysams add am_truncate integer default 0;
|