I have a varchar column in a table where I want to insert its data into another column in the same table where its data type is money. Some of the values in the source column are large numbers that I want to ignore and just want to set these values to NULL.I have a varchar column in a table where I want