gpt4 book ai didi

sql - hive 相当于 "select ... into outfile"是什么?

转载 作者:行者123 更新时间:2023-12-04 18:24:09 24 4
gpt4 key购买 nike

我将如何在 Hive 中执行此操作?

select * from mytable into outfile "/tmp/foo"

或此的任何变体;我只需要能够将这些数据保存到磁盘。

最佳答案

INSERT OVERWRITE LOCAL DIRECTORY 'someDir' SELECT ...

关于sql - hive 相当于 "select ... into outfile"是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10050093/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com