mysql

作者: zhuleixiao666 | 来源:发表于2019-02-18 13:31 被阅读0次

mysql存储引擎

-常见Innodb,MyISAM,MEMORY

having关键字对分类后的结果再进行条件的过滤

select name,count(1) from user group by id having count(1)>1

相关文章

网友评论

      本文标题:mysql

      本文链接:https://www.haomeiwen.com/subject/fndaeqtx.html