I'm trying to remove dollar signs and commas to one column in my table. Right now, the values are casted as varchar and I want to change it to float. Some examples of values: '$5,000','-$5,000','$-' and the last value needs to change to 0.
I tried writing replace statements but not sure how to retain the negative values. Any ideas?