This commit is contained in:
JMARyA 2023-12-22 00:46:05 +01:00
parent 5ed8bcb4b3
commit 0708110273
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -542,7 +542,7 @@ ON table_name (column1, column2, ...);
# Functions
## String Functions
### # CHARACTER_LENGTH()
### CHARACTER_LENGTH()
The `CHARACTER_LENGTH()` function return the length of a string (in characters).
```sql