WWJJ Platform
Databases
•
SQL
SQL Select Distinct
Course Index:
SQL Tutorial
Click to expand
1.
SQL Home
2.
SQL Introduction
3.
SQL Syntax
4.
SQL Select
5.
SQL Select Distinct
6.
SQL Where
7.
SQL Order By
8.
SQL And
9.
SQL Or
10.
SQL Not
11.
SQL Insert Into
12.
SQL Null Values
13.
SQL Update
14.
SQL Delete
15.
SQL Select Top
16.
SQL Aggregate Functions
17.
SQL Min()
The SELECT DISTINCT statement is used to return only distinct (different) values.
«
Previous
Next
»