1、时间函数常见错误
使用from_unixtime 需要大写yyyy-MM-dd
select from_unixtime(last_trd_at,'yyyy-mm-dd') 执行的结果:
select from_unixtime(last_trd_at,'yyyy-MM-dd');
待续...
1、时间函数常见错误
使用from_unixtime 需要大写yyyy-MM-dd
select from_unixtime(last_trd_at,'yyyy-mm-dd') 执行的结果:
select from_unixtime(last_trd_at,'yyyy-MM-dd');
待续...