Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Dec 30, 2024
1 parent dc934c2 commit 8d15480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql-reference/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Functions for examining and manipulating string values.
_Related:_ `UPPER`, `TITLE`

!!! function "`LPAD` (**string**: _varchar_, **width**: _integer_, **fill**: _char_) → _varchar_"
Returns a string at least **width** characters wide, with **fill** used to pad the string, to the left, to fill to the required width.
Returns a string at least **width** characters wide, with **fill** used to pad the string, to the left, to fill to the required width.
_Related:_ `RPAD`

!!! function "`LTRIM` (**str**: _varchar_) → _varchar_"
Expand Down

0 comments on commit 8d15480

Please sign in to comment.