C
Carla
I have two tables that I want to query against each
other, with the common field being a policy number. One
table has the policy numbers in 8-digit format with a
leading zero; the other has policy numbers in a 7-digit
format (no zero). How can I drop the leading zeros from
the 8-digit column so that they will match the numbers in
the other table? Thanks for your help.
other, with the common field being a policy number. One
table has the policy numbers in 8-digit format with a
leading zero; the other has policy numbers in a 7-digit
format (no zero). How can I drop the leading zeros from
the 8-digit column so that they will match the numbers in
the other table? Thanks for your help.