函数

select left('hello',3);
select ltrim(rtrim('  hello  '));--前后都无空格
select substring ('hello',2,4);

 

 

posted on 2018-11-11 21:06  cltt  阅读(115)  评论(0)    收藏  举报

导航