hive date format

2014-06-25 Thread rpriaa...@gmail.com
Hi, Please can someone tell me how to change the date format in hive. I need it in the format '25-JUN-2014' -- Regards, riad

Re: hive date format

2014-06-25 Thread rpriaa...@gmail.com
t; matouk.iftis...@ysance.com> wrote: > >> sorry use this : from_unixtime(field_date,'DD-MMM-') >> >> >> 2014-06-25 23:27 GMT+02:00 Matouk IFTISSEN : >> >> use ; unix_timestamp(field_date,'DD-MMM-') >>> >>> >&g