Length function in Hive with examples
Length function in Hive The length function returns the length of a specified string. In other words, it gives the
Continue readingLength function in Hive The length function returns the length of a specified string. In other words, it gives the
Continue readingRLIKE function in Hive RLIKE function is an advanced version of LIKE operator in Hive. It is used to search
Continue readingTimestamp values in Hive Timestamp values are required to capture the time along with date values. Hive provides few date
Continue readingROW_NUMBER() function in Hive Row_number is one of the analytics function in Hive. It will assign the unique number(1,2,3…) for
Continue readingRegexp_extract function in hive In the programming languages, Regular expression is used to search the certain pattern on the string
Continue readingHive substring : Substring is a built-in string function in Hive which is used to extract a part of a
Continue readingCase Statement in Hive Hive supports Case statements to check the conditions against the column values. If any of the
Continue readingCurrent date in Hive Hive provides many date functions to handle the date and time values in the tables. Current_date
Continue readingAlter table statement in Hive Alter table statement helps to change the structure of the table in Hive. It allows
Continue readingIn some cases, you may want to copy or clone or duplicate the data ,structure of Hive table to a
Continue reading