Beginners MYSQL Database Tutorial 10# MySQL COUNT,MAX,MIN,AVG & SUM Function




SUM(), MIN(), MAX(), AVG() functions returning 0. MySQL Aggregate Functions – MySQL By Examples for Beginners MySQL Tutorial – Sum MySQL Tutorial – Min.

Original source


17 responses to “Beginners MYSQL Database Tutorial 10# MySQL COUNT,MAX,MIN,AVG & SUM Function”

  1. Thanks a lot for that free and easy to understandable tutorial.
    I have learned a lot and you have taken the fear from me about databases, eager now to dive in!!
    Don't worry about comments like "get faster" or such. You haven't made this video for EACH ONE personally to their needs, but as long as I can get some information out of such a video (for free!!!) that brings ME! forward, I am thankful!

  2. Thank you for video!
    What if I want to get min (or max) values of count results. For example I have a query below:

    select field1, count (*)
    from table1
    group by field1

    This query count numbers for all groups which are in the table1. And how can I get min of this count?
    Thanks,
    Anna  

  3. Hey, your tutorial is awesome I learn all 10 of the statement very fast. But I hope you can make more video on Mysql tutorial maybe something that is a little harder. Also if you can I want to see how you link your database into a Website.

    Thanks you

Leave a Reply