Viewing post 1 (of 1 total)
For any numeric operation to be successful, atleast one of the operand must be a number data type.
e.g. select '6'+'4'*'8'/'2' will fail where as
select '6'+4*'8'/'2' will succeed.
Thus it...
March 11, 2012 at 8:46 am
#1457585