All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.sql.save-filenum.sql Maven / Gradle / Ivy

The newest version!
select array("a","b","c","d","e") as t
as tod_boss_dashboard_sheet_1;

select explode(t) as newt from tod_boss_dashboard_sheet_1
as tod_boss_dashboard_sheet_2;

save overwrite tod_boss_dashboard_sheet_2
as json.`/tmp/abc`
options fileNum="3";




© 2015 - 2024 Weber Informatics LLC | Privacy Policy