This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Wednesday, 9 November 2022
Hive: current_timestamp: Current timestamp of the system
Signature
current_timestamp();
hive> SELECTcurrent_timestamp();
OK
_c0
2022-04-12 05:41:33.852
Time taken: 0.051 seconds, Fetched: 1 row(s)
No comments:
Post a Comment