Multiple choice technology programming languages

In ESQL, start position of the substring function can be negative.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In ESQL, the SUBSTRING function allows negative start positions, where -1 refers to the last character. This is similar to Python's negative indexing but differs from SQL standards. A negative start counts backward from the string's end, enabling flexible substring extraction.