Home >Database >Mysql Tutorial >mysql 将字段值中的第一个逗号前面的数据作为查询条件

mysql 将字段值中的第一个逗号前面的数据作为查询条件

WBOY
WBOYOriginal
2016-06-01 09:57:071571browse

sql语句如下:

<code class="language-sql">select count(*) as lot from OA_sample_check where left(ecnNO, LOCATE(',',ecnNO)-1)='a1' </code>

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