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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -