Previous |
Next
What is SQL DISTINCT?SQL DISTINCT is a SQL keyword that specifies that only distinct / non-duplicate results are to be returned.
How To Use SQL DISTINCTSQL DISTINCT is used as follows. SQL DISTINCT Syntax
The word DISTINCT can be placed in front of a single column name or a number of column names. When in front of multiple column names, a distinct combination is returned. SQL DISTINCT Example The following example a DISTINCT list of region_nbr referenced in the branch table is returned. Here are the contents of the table:
Table: BRANCH
This SQL Statement with DISTINCT is executed:
Here is the result.
|
| HOME | SQL OVERVIEW | SQL BASICS | SQL ADMINISTRATION | SQL ADVANCED | SQL SYNTAX |
| Copyright© 1999-2010, First Place Software, Inc. |


