摘要:
select from_unixtime(CAST(current_timestamp() AS BIGINT),'yyyy-MM-dd HH:mm:dd'); 。 阅读全文
摘要:
1、select concat_ws('','',''); 返回空: 2、select concat_ws(' ','spark','sql'); 3、select length(concat_ws(' ','spark','sql')); 返回长度(字符数 + 空格数) 4、select subs 阅读全文