Focus mode

PHP Temel

SUM MIN MAX COUNT GROUP HAVING

SUM MIN MAX COUNT GROUP HAVING

SUM
 SELECT SUM(id) FROM test 
MIN
 SELECT MIN(id) FROM test 
MAX
 SELECT MAX(id) FROM test 
COUNT
 SELECT COUNT(id) FROM test 
 SELECT COUNT(DISTINCT soyisim) FROM test 
GROUP BY
SELECT COUNT(id) toplam, soyisim FROM test GROUP BY soyisim
HAVING
SELECT COUNT(id) toplam, soyisim FROM test GROUP BY soyisim HAVING toplam > 5
Banner Up

For a quick start in software development from scratch, check out our specialized training courses

Do you need more education, projects, and mentor support in your journey to learn programming? Join Patika+'s intensive 4-8 month bootcamps, gain all the necessary skills with project-based live classes and customized trainings for you, and start your career!

Banner Down

Comments

You need to enroll in the course to be able to comment!