Hive jdbc client - cant use IN inside of WHERE clause
-----------------------------------------------------
Key: HIVE-1053
URL: https://issues.apache.org/jira/browse/HIVE-1053
Project: Hadoop Hive
Issue Type: Improvement
Reporter: Vu Hoang
I have to use query
{noformat}
select columns from table where columnS='AAA' or columnS='BBB' or columnS='CCC'
or ... etc
{noformat} instead of
{noformat}
select columns from table where columnS in ('AAA', 'BBB', 'CCC')
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.