I have address field and the data has puctuations like comma and periods. How can I update the data and delete the punctuation.
I'm not sure if this works but I post here before commiting error.
I'm not sure if this works but I post here before commiting error.
Code:
update table_address set address ='% %' where address like '%.%'
Comment