filmov
tv
SQL SERVER||How to get DISTINCT values of a table without using DISTINCT key word?

Показать описание
By using the below Functions we can get distinct values from a table without using DISTINCT keyword in the query:
UNION
ROW_NUMBER
GROUP BY
INTERSECT
UNION
ROW_NUMBER
GROUP BY
INTERSECT