Skip to contents

Extracts the left-most count characters.

Usage

left(string = VARCHAR, count = BIGINT)

Arguments

string

VARCHAR

count

BIGINT

Value

VARCHAR

SQL examples

left('Hello🦆', 2)