Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 hadoop hive 解决方案。我的要求是使用工具或 excel 宏将 ansi sql 查询转换为 hive 查询。是否存在任何工具/宏?如果是,它们是什么;如果不需要建议来实施它。这可能吗?我们在 Hive 中是否有用于 DML 的替代 sql 查询(如 insert、update ...)?优缺点都有什么?
任何建议都非常感谢....
我不认为整个 ANSI sql 可以移植到 hive,因为它不支持与 equ-join 不同的连接。所以这样的SQL是不能移植的。 另一点 - 配置单元中没有更新 - 数据是只读的...... 其余看起来与 ANSI SQL 非常相似,我建议尝试按原样运行查询。