I have a table which has a column \'Faktor\' (varchar(50)) which contains expressions like:
1/3 2*9/5 0.567 0.23
No, I am searching a way t
You could use the execute statment to compile the string to the result of the represented expression or you evaluate the expression in your application.