Home >Database >Mysql Tutorial >MySql常用的一些方法和函数_MySQL

MySql常用的一些方法和函数_MySQL

WBOY
WBOYOriginal
2016-06-01 13:18:24675browse

bitsCN.com

1.mysql 某一列中所有值的出现次数

SELECT VPDM,count(vpdm) FROM ipos_qtlsd GROUP BY VPDM ;

bitsCN.com
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