摘要:
mysql用法: select * from user where FIND_IN_SET('4',type); 查询字段(strlist)中包含(str)的结果,返回结果为null或记录oracle用法: select * from user where instr(','||type||',',',4,')0; 0即为存在,返回记录 阅读全文
posted @ 2019-03-27 14:47
justinj
阅读(176)
评论(0)
推荐(0)

浙公网安备 33010602011771号