substr('Hello World',0,1) //返回结果为 'H'*从字符串第一个字符开始截取长度为1的字符串select * from table where substr('字段a',2,3)='abc'