I have a column (varchar) in Postgres and the values look like this
1*2
9/3
23+33
2-1
3*3
123*32
I want to calculate the result straight from each cell. One way is to separate the values and then make the calculation. I want to ask if there is any way to do the calculation straight.