次のHiveQLを実行すると下記のエラーで出ます。
error while compiling statement: failed: parseexception line 9:2 cannot recognize input near 'select' 'user_id' 'from' in expression specification
sql
1select 2* 3from 4 tableA 5where 6 date >= '2015-11-01' 7 and date < '2015-11-21' 8 and user_id in ( 9 select 10 user_id 11 from 12 tableA 13 )
原因がわかりません。
サブクエリのテーブルと、from句のテーブルが一致しているからでしょうか。
ご回答よろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2015/11/30 15:30
2015/12/01 05:20
2015/12/01 05:54