I have a table that has a column that has the cost of a product, but some (very few) rows have text mixed in the column.
Would it be possible to create a new column, of a decimal type, and populate it with the other column and just ignore the rows with the 'bad' data in it?
I know I can do this via code, but was hoping I could do it with a sql query some how?