$ 0 0 wouldn't it be just a cast? select cast('2012-12-12 23:12:59+03:00' as timestamp(0) with time zone); If you need FROM_TZ with two inpurt parameter you could create a SQL udf where you !! the two input parameter...
wouldn't it be just a cast?
select cast('2012-12-12 23:12:59+03:00' as timestamp(0) with time zone);
If you need FROM_TZ with two inpurt parameter you could create a SQL udf
where you !! the two input parameter...