I have a table with an varchar field (box number) populated with numbers that are zero-filled to ten characters in each field, e.g.:
0016817725
0117995705
I have another table with a varchar field that I have to compare to the field above. It's not zero filled and the data can be of any length. Can I somehow in a query do a zerofill to ten in this table's field for comparison purposes, but not alter the actual data.
Any help appreciated.
0016817725
0117995705
I have another table with a varchar field that I have to compare to the field above. It's not zero filled and the data can be of any length. Can I somehow in a query do a zerofill to ten in this table's field for comparison purposes, but not alter the actual data.
Any help appreciated.