This commit is contained in:
JMARyA 2024-02-03 23:11:50 +01:00
parent 530a957ea4
commit 6edadee2de
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -44,7 +44,7 @@ Select all:
SELECT * FROM table
```
### SELECT DISTINC
### SELECT DISTINCT
The `SELECT DISTINCT` statement is used to return only distinct (different) values.
```sql