一、英文语法 pad v (用软材料)填充,覆盖,保护; 二、SQL用法 1、【lpad左侧补齐】 lpad(str,len,padstr) --str,引用的字符串 --len,长度 --padstr,填充内容 2、【rpad右侧补齐】 rpad(str,len,padstr)