Divvens
Well-known member
You can do this by running an SQL query that strips out the comma from the value, then convert the column to an int type
I have a custom user field that contains numbers and commas, I need to strip out all the commas from this custom user field and convert it to an integer type.
I'm not an expert when it comes to phpmyadmin and I don't want to spend lots of time doing this manually, what would be the query to run for such a task?