我在SQL查詢初學者,我試圖更新一樣,我行:PostgreSQL的更新行固定位數. 1 ---> 0001 ... update table1 set col1 = lpad(col1, 4, '0') where length(col1) < 4; ...
確定! 回上一頁