lpad (string,int,string)/rpad, 在字串的左邊/右邊填充字串,使得字串的長度達到指定長度. test=> select lpad('abc',10,'x'),rpad('abc',10,'x'); ...
確定! 回上一頁