mysql left用法

LEFT(str,len)
返回字符串str的最左面len个字符。

SELECT LEFT('123456789',5)

原文地址:https://www.cnblogs.com/daviddong/p/5949200.html