right.asciidoc 466 B

1234567891011121314151617181920
  1. [discrete]
  2. [[esql-right]]
  3. === `RIGHT`
  4. [.text-center]
  5. image::esql/functions/signature/right.svg[Embedded,opts=inline]
  6. Return the substring that extracts 'length' chars from the 'string' starting from the right.
  7. [source.merge.styled,esql]
  8. ----
  9. include::{esql-specs}/string.csv-spec[tag=right]
  10. ----
  11. [%header.monospaced.styled,format=dsv,separator=|]
  12. |===
  13. include::{esql-specs}/string.csv-spec[tag=right-result]
  14. |===
  15. Supported types:
  16. include::types/right.asciidoc[]