Friday 23 December 2022

Hive: upper: Return the string in upper case

Signature

upper(string str)

hive> SELECT upper('Hello');
OK
_c0
HELLO
Time taken: 0.048 seconds, Fetched: 1 row(s)

  

Previous                                                    Next                                                    Home

No comments:

Post a Comment