I have table Table1. With fields f1, f2
The table values are like that (values contains quotes)
"Hello1", "ok1"
"Hello2", "ok2"
I need a update query so that it will remove the quotes from the values and it should look like
Hello1, ok1
Hello2, ok2