fix
This commit is contained in:
parent
530a957ea4
commit
6edadee2de
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Select all:
|
||||||
SELECT * FROM table
|
SELECT * FROM table
|
||||||
```
|
```
|
||||||
|
|
||||||
### SELECT DISTINC
|
### SELECT DISTINCT
|
||||||
The `SELECT DISTINCT` statement is used to return only distinct (different) values.
|
The `SELECT DISTINCT` statement is used to return only distinct (different) values.
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
|
|
Loading…
Reference in a new issue