私のハイブ テーブルの 1 つに、予約済みのキーワードである "location" という名前の列があります。開発中にテーブルのコピーを作成したいのですが、create table ステートメントで名前を回避する方法はありますか? 私が何かをするなら
CREATE TABLE users (id int, location string);
そうですか:
FAILED: Parse Error: line 1:0 mismatched input ''location'' expecting Identifier near ',' in column specification