mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Fix a typo
This commit is contained in:
@@ -4,7 +4,7 @@ PostgreSQL provides the string function `initcap()` as a way of capitalizing
|
|||||||
all words. In the process, it cleans up the casing of the remaining parts of
|
all words. In the process, it cleans up the casing of the remaining parts of
|
||||||
the words.
|
the words.
|
||||||
|
|
||||||
Here are some example of how it works.
|
Here are some examples of how it works.
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
> select initcap('hello, world');
|
> select initcap('hello, world');
|
||||||
|
|||||||
Reference in New Issue
Block a user