分隔:mysql:substring_index()
截取:mysql:substring(),Oracle:substr
链接:mysql:concat()[可以多个参数],concat_ws(),group_concat()
Oracle:concat()[只能2个参数],如果需要多个参数可以用‘||‘
时间戳:unix_timestamp
查找位置或者查询是否存在:instr
2021-11-06 04:18:41
分隔:mysql:substring_index()
截取:mysql:substring(),Oracle:substr
链接:mysql:concat()[可以多个参数],concat_ws(),group_concat()
Oracle:concat()[只能2个参数],如果需要多个参数可以用‘||‘
时间戳:unix_timestamp
查找位置或者查询是否存在:instr