I
if statement
does access support the following SQL?:
if(COLA is NULL, 0, COLA)
I get a syntax error when i try to run my code, i'm
wondering how i can make this work.
if(COLA is NULL, 0, COLA)
I get a syntax error when i try to run my code, i'm
wondering how i can make this work.