1.

Can we change the data type of a column in a hive table?

Answer»

Using REPLACE column option

ALTER TABLE table_name REPLACE COLUMNS ……



Discussion

No Comment Found