I have a part number field in our data warehouse, which, unfortunately, is saved in various formats. For example, part number Y12345 can be stored in the warehouse as either Y 12345, or Y1234 5, or Y1234 5. This creates a problem because if I run a query to view the sales figures for each part, I get different rows for each format of the part...thus if not ran correctly, you will never see the true total sales.
I was told I could use the pack function to eliminate the spacing, regardless or where the spaces are.
I had it written like : pack ( part number ).
It's not working....any tips???
I was told I could use the pack function to eliminate the spacing, regardless or where the spaces are.
I had it written like : pack ( part number ).
It's not working....any tips???