zOs/TX/WKA01SEL
select * from A540769.twka01Act;
select * from A540769.twka01Hist;
select * from A540769.twka01Act for business_time as of '31.12.2012';
select * from A540769.twka01Act for business_time as of '01.01.2013';
select * from A540769.twka01Act for business_time as of '31.01.2013';
select * from A540769.twka01Act for business_time as of '01.02.2013';
select * from A540769.twka01Act for business_time as of '02.02.2013';
select * from A540769.twka01Act
for business_time between '01.12.2012' and '31.12.2012';
select * from A540769.twka01Act
for business_time between '01.12.2012' and '01.01.2013';
select * from A540769.twka01Act
for business_time between '01.12.2012' and '02.01.2013';
select * from A540769.twka01Act
for business_time between '01.12.2012' and '31.01.2013';
select * from A540769.twka01Act
for business_time between '01.12.2012' and '01.02.2013';
select * from A540769.twka01Act
for business_time from '01.12.2012' to '31.12.2012';
select * from A540769.twka01Act
for business_time from '01.12.2012' to '01.01.2013';
select * from A540769.twka01Act
for business_time from '01.12.2012' to '02.01.2013';
select * from A540769.twka01Act
for business_time from '01.12.2012' to '31.01.2013';
select * from A540769.twka01Act
for business_time from '01.12.2012' to '01.02.2013';
select * from A540769.twka01Act
for business_time from '01.12.2012' to '02.02.2013';
select * from A540769.twka01Act
for business_time from '01.01.1900'
to '31.12.9999';
select * from A540769.twka01Act
for system_time from '1900-01-01-00.00.00'
to '9999-12-30-23.59.00' ;