right.asciidoc 455 B

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