1
Guys, I took an old bank from a client where there’s a birth date column that’s in a string format and doesn’t date. So far so good only that it has certain recorded dates that do not have the 0 in the month or day when less than 10. I need to include the zero where you do not have. Example: Birth= 3/3/1980 I need to change to 03/03/1980 as I do this in the update? Thanks
Do you want to adjust on demand? Or you can run some specific process once just to adjust across table?
– Murillo Goulart
@Murillogoulart I can run a process to adjust only once. One hundred so already sets the whole table and then their new system keeps the rest.
– Joao Nivaldo