The COUNT function returns the number of input rows that match a specific condition or query SELECT COUNT(*) FROM table_name COUNT - does not consider null values in the column — SELECT COUNT(DISTINCT col) FROM table use above instead of SELECT DISTINCT COUNT(col) FROM table because the first one works and the second does not

Get

Explore more quotes

Momchil Kolev