For example i have ints 12 and 7 I want to convert this numers to 5-char string with leading zeros, so 12 -> 00012, 7->00007. It is possible to do it in postgres?
Asked
Active
Viewed 243 times