I am trying to create a staging table for a summary-mqt-table -
create table staging_mqt for mqt_table propagate immediate
I am getting sql code -199 sqlstate 42601 - illegal use of keyword for.
i have created the mqt with refresh defered, data initially defered option.
we are using db210. i am able to create mqt easily but facing issues in creating incremental mqt.
create table staging_mqt for mqt_table propagate immediate
I am getting sql code -199 sqlstate 42601 - illegal use of keyword for.
i have created the mqt with refresh defered, data initially defered option.
we are using db210. i am able to create mqt easily but facing issues in creating incremental mqt.
Comment