ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
MySql COUNT() function

  Ref: w3resource MySQL Tutorial
MySQL Count function
  MySQL COUNT() function returns a count of
  numberof non-NULL values of a given expression.

      If it does not find any matching row, it returns 0.

  Here is the Syntax:

  COUNT(expr);

  We will see different types of usage of MySQL
Count function in a moment.
MySQL Count function
Table for demonstration:
MySQL Count function
To return the number of rows in author table:

           SELECT COUNT(*) FROM author;

MySQL COUNT() with logical operator:

       SELECT country,pub_city,COUNT(*)
     FROM publisher
      WHERE country='USA' OR country='UK'
  GROUP BY country,pub_city;
MySQL Count function
MySQL COUNT() using multiple tables:

 Table book_mast
MySQL Count function
MySQL COUNT() using multiple tables:

Table book_mast
MySQL Count function

 SELECT publisher.pub_name,COUNT(*)
 FROM publisher,book_mast
 WHERE publisher.pub_id=book_mast.pub_id
 GROUP BY publisher.pub_id;


 MySQL COUNT() function with GROUP BY

 SELECT country,COUNT(*)
 FROM author
 GROUP BY country;

 MySQL COUNT() function with group by on multiple columns

  SELECT country,pub_city,COUNT(*)
  FROM publisher
  GROUP BY country,pub_city;
MySQL Count function


MySQL COUNT() function with distinct


 SELECT
 cate_id,COUNT(DISTINCT(pub_lang)),
 ROUND(AVG(no_page),2)
 FROM book_mast
 GROUP BY cate_id;

More Related Content

What's hot (16)

Mi primer map reduce
Mi primer map reduceMi primer map reduce
Mi primer map reduce
Ruben Orta
?
Do something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing appDo something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing app
Bruce McPherson
?
Mi primer map reduce
Mi primer map reduceMi primer map reduce
Mi primer map reduce
betabeers
?
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Bruce McPherson
?
RxSubject And Operators
RxSubject And OperatorsRxSubject And Operators
RxSubject And Operators
Seven Peaks Speaks
?
Async task
Async taskAsync task
Async task
Lwp Xd
?
Unit 6: Functions and Subroutines - Part 2/2
Unit 6: Functions and Subroutines - Part 2/2Unit 6: Functions and Subroutines - Part 2/2
Unit 6: Functions and Subroutines - Part 2/2
Matthew Campbell, OCT
?
Gratest
GratestGratest
Gratest
Ankit Dubey
?
Presentation topic is stick data structure
Presentation topic is stick data structurePresentation topic is stick data structure
Presentation topic is stick data structure
AizazAli21
?
CSC103 Web - JavaScript
CSC103 Web - JavaScriptCSC103 Web - JavaScript
CSC103 Web - JavaScript
Richard Homa
?
Functional programming
Functional programming Functional programming
Functional programming
Nyarai Tinashe Gomiwa
?
Synapse india dotnet development overloading operater part 4
Synapse india dotnet development overloading operater part 4Synapse india dotnet development overloading operater part 4
Synapse india dotnet development overloading operater part 4
Synapseindiappsdevelopment
?
Data Visualization With R: Learn To Modify Title, Axis Labels & Range
Data Visualization With R: Learn To Modify Title, Axis Labels & RangeData Visualization With R: Learn To Modify Title, Axis Labels & Range
Data Visualization With R: Learn To Modify Title, Axis Labels & Range
Rsquared Academy
?
Testowanie JavaScript
Testowanie JavaScriptTestowanie JavaScript
Testowanie JavaScript
Tomasz Bak
?
Weather scraper for your data warehouse
Weather scraper for your data warehouseWeather scraper for your data warehouse
Weather scraper for your data warehouse
Fru
?
NCCU: Statistics in the Criminal Justice System, R basics and Simulation - Pr...
NCCU: Statistics in the Criminal Justice System, R basics and Simulation - Pr...NCCU: Statistics in the Criminal Justice System, R basics and Simulation - Pr...
NCCU: Statistics in the Criminal Justice System, R basics and Simulation - Pr...
The Statistical and Applied Mathematical Sciences Institute
?
Mi primer map reduce
Mi primer map reduceMi primer map reduce
Mi primer map reduce
Ruben Orta
?
Do something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing appDo something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing app
Bruce McPherson
?
Mi primer map reduce
Mi primer map reduceMi primer map reduce
Mi primer map reduce
betabeers
?
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Bruce McPherson
?
Async task
Async taskAsync task
Async task
Lwp Xd
?
Unit 6: Functions and Subroutines - Part 2/2
Unit 6: Functions and Subroutines - Part 2/2Unit 6: Functions and Subroutines - Part 2/2
Unit 6: Functions and Subroutines - Part 2/2
Matthew Campbell, OCT
?
Presentation topic is stick data structure
Presentation topic is stick data structurePresentation topic is stick data structure
Presentation topic is stick data structure
AizazAli21
?
CSC103 Web - JavaScript
CSC103 Web - JavaScriptCSC103 Web - JavaScript
CSC103 Web - JavaScript
Richard Homa
?
Synapse india dotnet development overloading operater part 4
Synapse india dotnet development overloading operater part 4Synapse india dotnet development overloading operater part 4
Synapse india dotnet development overloading operater part 4
Synapseindiappsdevelopment
?
Data Visualization With R: Learn To Modify Title, Axis Labels & Range
Data Visualization With R: Learn To Modify Title, Axis Labels & RangeData Visualization With R: Learn To Modify Title, Axis Labels & Range
Data Visualization With R: Learn To Modify Title, Axis Labels & Range
Rsquared Academy
?
Testowanie JavaScript
Testowanie JavaScriptTestowanie JavaScript
Testowanie JavaScript
Tomasz Bak
?
Weather scraper for your data warehouse
Weather scraper for your data warehouseWeather scraper for your data warehouse
Weather scraper for your data warehouse
Fru
?

Viewers also liked (8)

PHP mysql Mysql joins
PHP mysql  Mysql joinsPHP mysql  Mysql joins
PHP mysql Mysql joins
Mudasir Syed
?
MySQL JOIN & UNION
MySQL JOIN & UNIONMySQL JOIN & UNION
MySQL JOIN & UNION
Jamshid Hashimi
?
Types of Error in PHP
Types of Error in PHPTypes of Error in PHP
Types of Error in PHP
Vineet Kumar Saini
?
Database normalization
Database normalizationDatabase normalization
Database normalization
Jignesh Jain
?
Join-fu: The Art of SQL Tuning for MySQL
Join-fu: The Art of SQL Tuning for MySQLJoin-fu: The Art of SQL Tuning for MySQL
Join-fu: The Art of SQL Tuning for MySQL
ZendCon
?
MySQL Query And Index Tuning
MySQL Query And Index TuningMySQL Query And Index Tuning
MySQL Query And Index Tuning
Manikanda kumar
?
³ÌÐòÔ³¶¼¸ÃÖªµÀµÄ²Ñ²â³§²Ï³¢Ãؼ®
³ÌÐòÔ³¶¼¸ÃÖªµÀµÄ²Ñ²â³§²Ï³¢Ãؼ®³ÌÐòÔ³¶¼¸ÃÖªµÀµÄ²Ñ²â³§²Ï³¢Ãؼ®
³ÌÐòÔ³¶¼¸ÃÖªµÀµÄ²Ñ²â³§²Ï³¢Ãؼ®
Jinrong Ye
?
Entity relationship diagram (erd)
Entity relationship diagram (erd)Entity relationship diagram (erd)
Entity relationship diagram (erd)
tameemyousaf
?
PHP mysql Mysql joins
PHP mysql  Mysql joinsPHP mysql  Mysql joins
PHP mysql Mysql joins
Mudasir Syed
?
Database normalization
Database normalizationDatabase normalization
Database normalization
Jignesh Jain
?
Join-fu: The Art of SQL Tuning for MySQL
Join-fu: The Art of SQL Tuning for MySQLJoin-fu: The Art of SQL Tuning for MySQL
Join-fu: The Art of SQL Tuning for MySQL
ZendCon
?
MySQL Query And Index Tuning
MySQL Query And Index TuningMySQL Query And Index Tuning
MySQL Query And Index Tuning
Manikanda kumar
?
³ÌÐòÔ³¶¼¸ÃÖªµÀµÄ²Ñ²â³§²Ï³¢Ãؼ®
³ÌÐòÔ³¶¼¸ÃÖªµÀµÄ²Ñ²â³§²Ï³¢Ãؼ®³ÌÐòÔ³¶¼¸ÃÖªµÀµÄ²Ñ²â³§²Ï³¢Ãؼ®
³ÌÐòÔ³¶¼¸ÃÖªµÀµÄ²Ñ²â³§²Ï³¢Ãؼ®
Jinrong Ye
?
Entity relationship diagram (erd)
Entity relationship diagram (erd)Entity relationship diagram (erd)
Entity relationship diagram (erd)
tameemyousaf
?

Similar to Mysql count (20)

ADV Powepoint 3 Lec.pptx
ADV Powepoint 3 Lec.pptxADV Powepoint 3 Lec.pptx
ADV Powepoint 3 Lec.pptx
ArjayBalberan1
?
Mysql
MysqlMysql
Mysql
merlin deepika
?
Mysql
MysqlMysql
Mysql
Yuvaraja Rajenderan
?
Mysql
MysqlMysql
Mysql
HAINIRMALRAJ
?
Chapter 3 Quiz - RELATED TO INTRODUCTION TO Y SQL .pptx
Chapter 3 Quiz - RELATED TO INTRODUCTION TO Y SQL .pptxChapter 3 Quiz - RELATED TO INTRODUCTION TO Y SQL .pptx
Chapter 3 Quiz - RELATED TO INTRODUCTION TO Y SQL .pptx
josephinetagupa1
?
Mysql1
Mysql1Mysql1
Mysql1
rajikaa
?
Python my SQL - create table
Python my SQL - create tablePython my SQL - create table
Python my SQL - create table
Learnbay Datascience
?
aggregatefunction-220420051702.pptx aggregate
aggregatefunction-220420051702.pptx aggregateaggregatefunction-220420051702.pptx aggregate
aggregatefunction-220420051702.pptx aggregate
sadiariasat10
?
ADV PPT 8 LAB.pptx
ADV PPT 8 LAB.pptxADV PPT 8 LAB.pptx
ADV PPT 8 LAB.pptx
ArjayBalberan1
?
Advanced MySQL Query Tuning
Advanced MySQL Query TuningAdvanced MySQL Query Tuning
Advanced MySQL Query Tuning
Alexander Rubin
?
Structured query language(sql)
Structured query language(sql)Structured query language(sql)
Structured query language(sql)
Huda Alameen
?
AGGREGATE FUNCTION.pptx
AGGREGATE FUNCTION.pptxAGGREGATE FUNCTION.pptx
AGGREGATE FUNCTION.pptx
Anusha sivakumar
?
Mysqlppt
MysqlpptMysqlppt
Mysqlppt
poornima sugumaran
?
2 sql - single-row functions
2   sql - single-row functions2   sql - single-row functions
2 sql - single-row functions
Ankit Dubey
?
MySQL-commands.pdf
MySQL-commands.pdfMySQL-commands.pdf
MySQL-commands.pdf
ssuserc5aa74
?
Sql functions
Sql functionsSql functions
Sql functions
ilias ahmed
?
SQL CHEAT SHEET
SQL CHEAT SHEETSQL CHEAT SHEET
SQL CHEAT SHEET
GadiOrellana
?
SQL Data Manipulation language and DQL commands
SQL Data Manipulation language and DQL commandsSQL Data Manipulation language and DQL commands
SQL Data Manipulation language and DQL commands
sonali sonavane
?
Les10
Les10Les10
Les10
arnold 7490
?
Mysqlppt
MysqlpptMysqlppt
Mysqlppt
poornima sugumaran
?

More from Ritwik Das (6)

SQL JOIN
SQL JOINSQL JOIN
SQL JOIN
Ritwik Das
?
C if else
C if elseC if else
C if else
Ritwik Das
?
SQL UNION
SQL UNIONSQL UNION
SQL UNION
Ritwik Das
?
Concat presentation
Concat presentationConcat presentation
Concat presentation
Ritwik Das
?
Learning java
Learning javaLearning java
Learning java
Ritwik Das
?
Php variables
Php variablesPhp variables
Php variables
Ritwik Das
?

Mysql count

  • 1. MySql COUNT() function Ref: w3resource MySQL Tutorial
  • 2. MySQL Count function MySQL COUNT() function returns a count of numberof non-NULL values of a given expression. If it does not find any matching row, it returns 0. Here is the Syntax: COUNT(expr); We will see different types of usage of MySQL Count function in a moment.
  • 3. MySQL Count function Table for demonstration:
  • 4. MySQL Count function To return the number of rows in author table: SELECT COUNT(*) FROM author; MySQL COUNT() with logical operator: SELECT country,pub_city,COUNT(*) FROM publisher WHERE country='USA' OR country='UK' GROUP BY country,pub_city;
  • 5. MySQL Count function MySQL COUNT() using multiple tables: Table book_mast
  • 6. MySQL Count function MySQL COUNT() using multiple tables: Table book_mast
  • 7. MySQL Count function SELECT publisher.pub_name,COUNT(*) FROM publisher,book_mast WHERE publisher.pub_id=book_mast.pub_id GROUP BY publisher.pub_id; MySQL COUNT() function with GROUP BY SELECT country,COUNT(*) FROM author GROUP BY country; MySQL COUNT() function with group by on multiple columns SELECT country,pub_city,COUNT(*) FROM publisher GROUP BY country,pub_city;
  • 8. MySQL Count function MySQL COUNT() function with distinct SELECT cate_id,COUNT(DISTINCT(pub_lang)), ROUND(AVG(no_page),2) FROM book_mast GROUP BY cate_id;