Home >Backend Development >PHP Tutorial > sql话语中能否直接把截取的字符串当作where条件

sql话语中能否直接把截取的字符串当作where条件

WBOY
WBOYOriginal
2016-06-13 12:41:121333browse

sql语句中能否直接把截取的字符串当作where条件
例如这样的
select `id` from `table`  where  left(`flag`,1)=1;


我是有一串名为flag的标识用于表示该商品的各种属性, 10位数Int, 例如1100000000。
然后比如第一个数字1表示该商品价格区间在100-200元。
然后我想从表中搜出这个flag中取出第一个数字为1的商品
这个可以实现么, 仅仅用mysql

MySQL
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn