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

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

WBOY
Release: 2016-06-01 09:57:07
Original
1553 people have browsed it

sql语句如下:

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template