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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -