LEFT (<string>, <length>)

Returns the leftmost substring of string, of specified length.

substring = RIGHT("bell",2)

Siehe auch: String Manipulation

Referenz - Startseite