LEFT(string,length)

Description: Returns the left-most length characters of string.

Examples:

  • LEFT('abcde',3) returns abc.

  • LEFT('abcde',10) returns abcde.

See also: RIGHT(), SUBSTRING()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.225.255.187