如何编写查询以根据TimeRange等审计列提取条件数据
我实际上希望根据时间戳过滤数据,即基本上提取特定版本的数据
答案 0 :(得分:0)
根据Write Drill query output to csv (or some other format)
use dfs.tmp;
alter session set `store.format`='csv';
create table dfs.tmp.my_output as select * from cp.`employee.json`;