Re: How to add hours/minutes to a timestamp column in Hive Query

2011-02-24 Thread Thiruvel Thirumoolan
Regards Bejoy K S From: Bejoy Ks mailto:bejoy...@yahoo.com>> To: user@hive.apache.org<mailto:user@hive.apache.org> Sent: Wed, February 23, 2011 5:19:10 PM Subject: How to add hours/minutes to a timestamp column in Hive Query Hi Is there any function

Re: How to add hours/minutes to a timestamp column in Hive Query

2011-02-24 Thread Ajo Fod
You > > Regards > Bejoy K S > > -- > *From:* Bejoy Ks > *To:* user@hive.apache.org > *Sent:* Wed, February 23, 2011 5:19:10 PM > *Subject:* How to add hours/minutes to a timestamp column in Hive Query > > Hi > Is there any function

Re: How to add hours/minutes to a timestamp column in Hive Query

2011-02-24 Thread Bejoy Ks
this functionality implementation. Thank You Regards Bejoy K S From: Bejoy Ks To: user@hive.apache.org Sent: Wed, February 23, 2011 5:19:10 PM Subject: How to add hours/minutes to a timestamp column in Hive Query Hi Is there any function in hive with

How to add hours/minutes to a timestamp column in Hive Query

2011-02-23 Thread Bejoy Ks
Hi Is there any function in hive with which we can add hours/minutes to a given stamp. Say I have a timestamp oriented column 'Arrival_Time', to do some database oriented calculations i have to add 4 hours to the 'Arrival_Time' in my Hive Query. How do I accomplish this? I have see in hi