针对于使用 SQL查询,select current_timestamp,creaetTime from sourceTable ;其中 createTime 
注册成 SQL_TIMESTMAP 类型
问题描述:
无论是流中的原有数据 createTime,还是 current_time 函数
打印的结果都出现格式的问题
2019-11-06T11:01:24.047,2019-11-06T18:53:54
请问:
如何避免格式中 T 的出现


 


 

回复