I have a query where I want to retrieve
"YES" if tableName.repla cement = 1 and
"NO" if tableName.repla cement = 0 and
"DONT KNOW" if tableName.repla cement = 2.
How do I do this in SQL? I know in ORACLE SQL*PLUS I would use the decode
function. Is there something similar in Access?
"YES" if tableName.repla cement = 1 and
"NO" if tableName.repla cement = 0 and
"DONT KNOW" if tableName.repla cement = 2.
How do I do this in SQL? I know in ORACLE SQL*PLUS I would use the decode
function. Is there something similar in Access?
Comment