SQL 手册SQL 函数字符串函数strleft本页总览strleftstrleftdescriptionSyntaxVARCHAR strleft(VARCHAR str, INT len)它返回具有指定长度的字符串的左边部分,长度的单位为utf8字符,此函数的另一个别名为left。examplemysql> select strleft("Hello doris",5);+------------------------+| strleft('Hello doris', 5) |+------------------------+| Hello |+------------------------+keywordsSTRLEFT