alter table interface_detail CHANGE datetime DATE;
But I'm getting the below error... Please help.
Error: Error while compiling statement: FAILED: ParseException line 1:67 cannot recognize input near '' '' '' in column type (state=42000,code=40000)
alter table interface_detail CHANGE datetime DATE;
But I'm getting the below error... Please help.
Error: Error while compiling statement: FAILED: ParseException line 1:67 cannot recognize input near '' '' '' in column type (state=42000,code=40000)