L
ljubo lecic via AccessMonster.com
I have a table with two columns.(A Number, B text (13 char in size))
I need to write an update query which would make column B
to look like column A but with leading zeroes.
For example:
If A = 1234 B should be 0000000001234 or
If A = 1 B should be 0000000000001
Thanks in advance!
I need to write an update query which would make column B
to look like column A but with leading zeroes.
For example:
If A = 1234 B should be 0000000001234 or
If A = 1 B should be 0000000000001
Thanks in advance!