LEFT (<string>, <length>)


Returns the leftmost substring of string, of specified length.

substring = RIGHT("bell",2)

 

 

See Also: String Manipulation


Language Reference  Table Of Contents