I am trying to use a case like the following in a query to a microsoft Access database but it tells me i have a missing operator in the case expression. I have tried to rework the case statement a million ways and it still gives me the same error.
select nm = case when c.deliveryname = '' then c.name else c.deliveryname end
Any ideas?