In HIVE How do we define Not NULL column in Create table statment?

Viewed 4033

I have an RDBMS table which I want to convert into HIVE create table statement. In DDL there are few Not Null columns. How do we define a column as Not Null column in HIVE?

1 Answers
Related