Relative Content

Tag Archive for append

Column length should not exceed 12 digit

I have a column recipient_id, the column length should be only 12 digit, if it is less than 12 digits, then zeros should be padded on the left to make the column as 12 digit, we have to use SQL query for it.