摘要: 一、count()函数可以使用参数,例如count(*)和count(列名) count(*)用来计算在指定条件下,满足条件的行数,例如: select count(*) from tablename where name='张三'; 这样可以查出tablename表里面,名字叫张三的一共有多少行。 阅读全文
posted @ 2018-03-25 23:24 雪地飞行棋 阅读(1959) 评论(0) 推荐(0)