Question
Does CF2016 support SQL CASE statements in query of queries? IF ELSE?
It has been a known fact that in older versions of ColdFusion you could not use the CASE WHEN THEN statements inside a query of queries like you can in a SQL query to a database.
Has this changed for CF2016?
What about the use of IF and ELSE-IF and ELSE statements in a query of queries?
We are using MS SQL Server.
