Guest_imported
New member
- Jan 1, 1970
- 0
I want to format a query result to put zeros in front of the numbers, like '10' to '0010'. But the problem is: the field is alfanumeric because the numbers can be hex, so 'A01' must be '0A01'. I've tried to use the to_char function (ORACLE) but it didn't work with the letters.