Hi,
Let's say I have a column full of zip codes, and I want to see 5 digits. There are some entries where it only has 3 digits because the first 2 digits are zero's. So, instead of seeing "00123," I just see "123."
Is there a way I can force the column to show 5 digits, so that I can see "00123"? This way, I can run a match query for table_A against table_B, so that table_A with "123" will match table_B with "00123."
Thanks for your help.
-Henry
Let's say I have a column full of zip codes, and I want to see 5 digits. There are some entries where it only has 3 digits because the first 2 digits are zero's. So, instead of seeing "00123," I just see "123."
Is there a way I can force the column to show 5 digits, so that I can see "00123"? This way, I can run a match query for table_A against table_B, so that table_A with "123" will match table_B with "00123."
Thanks for your help.
-Henry