Skip to content

LEFT and RIGHT

RETURN LEFT('GraphFusion', 5) AS prefix, RIGHT(X'010203', 2) AS bytes;

LEFT(value, length) and RIGHT(value, length) accept value expressions in the AST. Neither string nor byte substring execution is implemented.

See supported features for executable alternatives.