blob: 81ce8416dbf570590806c15a51d384d9794a4ea6 [file] [log] [blame]
create table t ( a int );
create materialized view export_materialized_view disable rewrite as select * from t;
export table export_materialized_view to 'ql/test/data/exports/export_materialized_view';