sql随机

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

sql随机

上一篇:Please make sure you have the correct access rights and the repository exists(转发)


下一篇:sqlite语句随记(原习惯用sql server)