Wednesday 14 December 2022

Hive: length: Return string length

Signature

length(string str)

hive> SELECT length('Hello World');
OK
_c0
11
Time taken: 0.047 seconds, Fetched: 1 row(s)

  

Previous                                                    Next                                                    Home

No comments:

Post a Comment