I need help writing a Stored Procedure that cleans out Letters, Commas, Periods, and $ (dollar signs) in the price field (database type: varchar) of a Product table.
The price field is in the Product table, where the primary key is ProductId. I am new to this. Please help. Thank you in advance.
The price field is in the Product table, where the primary key is ProductId. I am new to this. Please help. Thank you in advance.