SQL statement to achieve following logic with minimum length 5
For example: 2.34 to be 2.340
0.158787 to be 0.158787 and .2 to be 0.200 and 5 to be 00005 2093 to be 02093 and 78934 to be 78934
Tried LPAD,LTRIM and REPLACE
SQL statement to achieve following logic with minimum length 5
For example: 2.34 to be 2.340
0.158787 to be 0.158787 and .2 to be 0.200 and 5 to be 00005 2093 to be 02093 and 78934 to be 78934
Tried LPAD,LTRIM and REPLACE