Pages

Showing posts with label SQL DISTINCT. Show all posts
Showing posts with label SQL DISTINCT. Show all posts

How to use DISTINCT?

DISTINCT is used to select unique rows from a table.

Example: SELECT DISTINCT employeeName, employeeBirthday FROM tableEmployee