mpe_filteranytable.ddl
Go to the documentation of this file.
1 /**
2  @file
3  @brief ddl file
4  @details
5 
6 
7  @version 9.2
8  @author 4GL Apps Ltd
9 **/
10 
11 create table &curlib..mpe_filteranytable(
12  filter_rk num not null,
13  filter_hash char(32) not null,
14  filter_table char(41) not null,
15  processed_dttm num not null format=datetime19.,
16  constraint pk_mpe_filteranytable
17  primary key(filter_rk));
18