From 8d154800b8513d76d3989850ec42dbe21b5e2011 Mon Sep 17 00:00:00 2001 From: joocer Date: Mon, 30 Dec 2024 09:13:39 +0000 Subject: [PATCH] typo --- docs/sql-reference/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sql-reference/functions.md b/docs/sql-reference/functions.md index 9d0021ad..8dc8f338 100644 --- a/docs/sql-reference/functions.md +++ b/docs/sql-reference/functions.md @@ -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_"