| 12345678910111213141516171819 | [[esql-right]]=== `RIGHT`[.text-center]image::esql/functions/signature/right.svg[Embedded,opts=inline]Return the substring that extracts 'length' chars from the 'string' starting from the right.[source.merge.styled,esql]----include::{esql-specs}/string.csv-spec[tag=right]----[%header.monospaced.styled,format=dsv,separator=|]|===include::{esql-specs}/string.csv-spec[tag=right-result]|===Supported types:include::types/right.asciidoc[]
 |