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.
是否可以将数据直接添加到 ORC 配置单元表中insert into table name,fields?
insert into table name,fields
我看到了很多例子;在所有这些示例中,数据都是通过从另一个表中选择来加载的。