What function convert text value to numeric value

  • Thread starter Thread starter a
  • Start date Start date
A

a

What function convert text value to numeric value

I want to sum 2 column in query

Cloumn1 column2

1 2

I'm use expr1=([column1]+[clumn2]) that give me 12

But I want the result = 3
 
Back
Top