Signature
lcase(string str)
lower(string str)
hive> SELECT lcase('HEllo');
OK
_c0
hello
Time taken: 0.043 seconds, Fetched: 1 row(s)
hive>
hive>
hive> SELECT lower('HEllo');
OK
_c0
hello
Time taken: 0.052 seconds, Fetched: 1 row(s)
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....:)
Signature
lcase(string str)
lower(string str)
hive> SELECT lcase('HEllo');
OK
_c0
hello
Time taken: 0.043 seconds, Fetched: 1 row(s)
hive>
hive>
hive> SELECT lower('HEllo');
OK
_c0
hello
Time taken: 0.052 seconds, Fetched: 1 row(s)
No comments:
Post a Comment