Question : DB2 Equivalent of <= in Access

I trying to create a pass through query in Access to DB2. I get the "Unexpected Token" error when I try to use <=. Does anyone know what the DB2 equivalent is?

Answer : DB2 Equivalent of <= in Access

conversion

IIF ( condition, then, else )

DB2 (and really all Ansi-92 compliant dbs)

CASE WHEN condition THEN then ELSE else END
Random Solutions  
 
programming4us programming4us