I have a table TXN_METHOD
with a column TXN_MTHD_CODE
that currently has values from TXN_MTHD_1
to TXN_MTHD_35
.
How can I perform a single bulk update statement that changes the numeric pattern to
TXN_MTHD_001
TXN_MTHD_002
......
TXN_MTHD_035
Above is my solution, the suffix changed to start from 001 to 035.