LEFT
Database Dictionary
-> LEFT
Search:
LEFT
The LEFT function takes 2 arguments – a string and an integer number and returns a substring of the string argument, which has the length of the second integer parameter, starting from the left.
SQL Tutorial