create table Book_inf2(OID int, date timestamp, CUSTOMER_ID string, AMOUNT
int) row format delimited fields terminated by ',';
Error which I got:
FAILED: ParseException line 1:32 missing Identifier at 'date' near 'date' in create table statement line 1:37 mismatched input 'timestamp' expecting ) near 'date' in create table statement
Note: I am new to the Hive, please help me to get understand.