我试图将数据插入到表中并得到错误 "Unable to create temp file for insert values expression of type TOK_FUNCTION not supported in insert/values"
. 我的表结构是:
create table test(nm string,file string,status string, start_ts timestamp,add_ts timestamp)
…当我尝试向其中插入数据时会出现以下错误:
Insert into test values("bab","text","completed",CURRENT_TIMESTAMP,FROM_UNIXTIME(UNIX_TIMESTAMP('20210310.190541','yyyyMMDdd.HHmmss')));
什么是tokèu函数,为什么上面的插入会抛出错误?
暂无答案!
目前还没有任何答案,快来回答吧!