Hi,
How do I .... Before inserting data into a column, I need to first convert the type from varchar to numeric (so that I can perform calculations) and TRIM everyting after a blank is detected, including the blank. ie: '1024 KB' ---> 1024
Any quick code help is greatly appreciated. Thanks, Jeff