instr函数mysql怎么写
instr函数在mysql中的用法
语法:
INSTR(str,substr)
注:
str:从哪个字符串中搜索
substr:要搜索的子字符串
sql语句如下:
# 将instr结果作为一列,并按其排序
select id,1 from world_guide where id = 32
union
select * from
(select id, instr('30,35,31,',id+',') as d from
world_blog where id in (30,35,31) order by d) as t;
声明:本站所有作品(图文、音视频)均由用户自行上传分享,或互联网相关知识整合,仅供网友学习交流,若您的权利被侵害,请联系 管理员 删除。
本文链接:http://news.ew35.com/