1.

How to change column data type in Hive?

Answer»

How to CHANGE COLUMN data TYPE in Hive?
We can change data type of column in hive and below is the SYNTAX to change that
ALTER TABLE table_name CHANGE column_name column_name new_datatype;;



Discussion

No Comment Found