- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
COUNT(*) vs COUNT(column) — They're NOT the Same! 🤯
COUNT(*) and COUNT(column) look identical. They're not.
Here's the difference:
🔹 COUNT(*) counts ALL rows — even if values are NULL
🔹 COUNT(column) counts only NON-NULL values
Example:
5 users in a table, but 1 email is NULL.
COUNT(*) returns 5 — counts every row
COUNT(email) returns 4 — NULL doesn't count!
This is why your reports might be showing wrong numbers.
💡 When to use which:
— COUNT(*) for total row count
— COUNT(column) when NULLs matter
💬 Which one do you use more? Drop it in comments!
🔥 SQL Series:
Part 5: COALESCE
Part 6: NULL vs 0
Part 7: COUNT(*) vs COUNT(column) — YOU ARE HERE
Part 8: WHERE vs HAVING
#SQL #Database #Programming #Shorts #SQLTutorial
Видео COUNT(*) vs COUNT(column) — They're NOT the Same! 🤯 канала LogicLayers
Here's the difference:
🔹 COUNT(*) counts ALL rows — even if values are NULL
🔹 COUNT(column) counts only NON-NULL values
Example:
5 users in a table, but 1 email is NULL.
COUNT(*) returns 5 — counts every row
COUNT(email) returns 4 — NULL doesn't count!
This is why your reports might be showing wrong numbers.
💡 When to use which:
— COUNT(*) for total row count
— COUNT(column) when NULLs matter
💬 Which one do you use more? Drop it in comments!
🔥 SQL Series:
Part 5: COALESCE
Part 6: NULL vs 0
Part 7: COUNT(*) vs COUNT(column) — YOU ARE HERE
Part 8: WHERE vs HAVING
#SQL #Database #Programming #Shorts #SQLTutorial
Видео COUNT(*) vs COUNT(column) — They're NOT the Same! 🤯 канала LogicLayers
Комментарии отсутствуют
Информация о видео
25 января 2026 г. 20:42:03
00:00:37
Другие видео канала




















