How do I get the full value in hive? i.e. cast('0024' as bigint)
will give only 24
but I need the complete 0024
as my output.
Any idea how to do this?
How do I get the full value in hive? i.e. cast('0024' as bigint)
will give only 24
but I need the complete 0024
as my output.
Any idea how to do this?