1234567891011121314151617181920212223242526272829303132 |
- [discrete]
- [[esql-ltrim]]
- === `LTRIM`
- *Syntax*
- [.text-center]
- image::esql/functions/signature/ltrim.svg[Embedded,opts=inline]
- *Parameters*
- `str`::
- String expression. If `null`, the function returns `null`.
- *Description*
- Removes leading whitespaces from strings.
- *Supported types*
- include::types/rtrim.asciidoc[]
- *Example*
- [source.merge.styled,esql]
- ----
- include::{esql-specs}/string.csv-spec[tag=ltrim]
- ----
- [%header.monospaced.styled,format=dsv,separator=|]
- |===
- include::{esql-specs}/string.csv-spec[tag=ltrim-result]
- |===
|