LEFT()

Available in: DSQL, PSQL

Added in: 2.1

Description

Returns the leftmost part of the argument string. The number of characters is given in the second argument.

Result type: VARCHAR or BLOB

Syntax

LEFT (string, length)