Using DISTINCT in SQL

preview_player
Показать описание
A brief beginner's introduction to the DISTINCT operator in SQL. DISTINCT creates a set of unique records, based on field values. In other words, duplicates records, based on field values, are removed. DISTINCT is often used with COUNT, to achieve a count of distinct values. Be aware that NULL is treated as a distinct value in terms of records, but COUNT ignores NULLs.
Рекомендации по теме
Комментарии
Автор

Just wanted to express my gratitude for the SQL video. It's been a game-changer in my learning journey! 😄📹💻🔍

COOKINGBIRD
Автор

You make this stuff easy to understand Doug. Thanks

referralhelper
Автор

Thanks for posting Doug! This helped very much and was very easy to understand and follow!

KassiRodriguez
Автор

Thank you! This is very helpful and easy to understand!

rogonerogue
Автор

Sir,
Thank u so much
This helped me find my answers for my assignment at the very last
Thanks alot
Wishing you all the best

alfredsanthosh
Автор

Thanks for easy to understand and helpful video.

hadiyousefpour
Автор

what database program are you using here?

xesiusprime
Автор

What is the distinct of batch_month tell me how to do

yogitammineni
Автор

For some out there i might help u because this video helped me alot
if u struggling a lot and cant find why this is not working be sure u writing good
DISTINCT instead of DINSTINC This happend to me. :)

sahitbytyqi
Автор

Have a quick question. I have s table with 423 fields. Would like to find if there is null value for any of the fields. Some reason can’t make a query to do this. TIA.

kowserparvez