Fill up the string to length by prepending/appending the characters fill (space by default). LPAD ('ABC', 6) = ' ABC' RPAD ('ABC' ...
確定! 回上一頁