參數說明 maxlength:字串的最大長度 UPDATE TABLE SET <column> = REPLICATE( '<string>' , maxlength - LEN(<column>)) + <column>