ScottCate wrote:
Sorry, this should have been posted in the Architecture forum, not Bugs/Issues.
done
And to answer your question: CASE Isn't implemented as it's data-consumer oriented. If you want to have a CASE statement which selects a or b based on a NULL value, you could use DbFunctionCall and COALESCE, but IMHO, you should solve case statements in the data consuming side.