I have a table that a some bad data in it. I want to manually remove the bad data and replace it with the correct value. The corruption is only in one field so it should not be too tidius.
Could someone help me out with syntax.
I was thinking this:
Delete from Table_x where Column_x = '1';
I am not sure on the update querey.
Any help would be greatly appriciated.
Could someone help me out with syntax.
I was thinking this:
Delete from Table_x where Column_x = '1';
I am not sure on the update querey.
Any help would be greatly appriciated.