參數說明 maxlength:字串的最大長度 UPDATE TABLE SET <column> = REPLICATE( '<string>' , maxlength - LEN(<column>)) + <column>...
請先 登入 以發表留言。