Re: hive query with in statement

2014-08-13 Thread ilhami Kalkan
Thanks Navis it works. On 13-08-2014 09:03, Navis류승우 wrote: Could you try cast(calldate as string)? Thanks, Navis 2014-08-12 20:22 GMT+09:00 ilhami Kalkan ilhami.kal...@intellica.net mailto:ilhami.kal...@intellica.net: Hi all, I have a problem with IN statement in HiveQL. My

hive query with in statement

2014-08-12 Thread ilhami Kalkan
Hi all, I have a problem with IN statement in HiveQL. My table cdr, column calldate which type is date. First query is successfully return: select * from cdr where calldate = '2014-05-02'; But when query with IN statement, select * from cdr where calldate in ( '2014-08-11','2014-05-02'); it

hive query with in statement

2014-08-12 Thread ilhami Kalkan
Hi all, I have a problem with IN statement in HiveQL. My table cdr, column calldate which type is date. First query is successfully return: select * from cdr where calldate = '2014-05-02'; But when query with IN statement, select * from cdr where calldate in ( '2014-08-11','2014-05-02'); it

hive query with in statement

2014-08-12 Thread ilhami Kalkan
Hi all, I have a problem with IN statement in HiveQL. My table cdr, column calldate which type is date. First query is successfully return: select * from cdr where calldate = '2014-05-02'; But when query with IN statement, select * from cdr where calldate in ( '2014-08-11','2014-05-02'); it