How can I split a value that will be read-in into 1 column, and transferred to another table into two seperate columns?
Ex. Table A: Product
123456-001
data transfered into
Table B: Product_Num Product_Size
12345 001
Also, can I have the database ignore the hyphen (-) and not include it in either column in table B?
Thanks a bunch!
Ex. Table A: Product
123456-001
data transfered into
Table B: Product_Num Product_Size
12345 001
Also, can I have the database ignore the hyphen (-) and not include it in either column in table B?
Thanks a bunch!