sql - Data type mismatch while comparing -
i got error after running both these queries individually
select * classes cint(total)=90
select * classes round(total,2)=90
error got
microsoft office access database engine error '80040e07'
data type mismatch in criteria expression.
total numeric.
i googled problem , got nothing.. in advance
Comments
Post a Comment