Hi
i have a table in which I have a Column Say.(EXPR) of Datatype Varchar() and i store an expression Say, "1 + 3 " as a string in the table, i need to write in a single SQL Query which return 4 (ie Result of evaluation of the Expression...).
Thanks
X