blob: 74c9a49b3f0296049f18e79d56dd6e94347a9c16 [file] [log] [blame]
drop table if exists mef_xml;
create table mef_xml (
id text,
doc xml
) distributed by (id);