LPAD (string text, length int [,fill text]) RPAD(string text, length int [,fill text]) SELECT LPAD('12345', 10,'0') -- 結果"0000012345" ...
確定! 回上一頁