在oracle中使用正则表达式截取字符串
--日期转换函数,24小时制to_date(t1_join_date, 'yyyy/mm/dd hh24:mi:ss')--格式化日期到字符串to_char(t1_join_date, 'yyyy/mm/dd hh24:mi:ss')