Is there a way to make a CASE statement in SQL fall through like the case statement in C#?What I don\'t want to开发者_StackOverflow社区 do is the example below but if that’s my only option I guess I\
I could use some help to write a prog./sql construct for a report.. The Sql should first check for the prompt & then decide which \"select\" statements should run
Is there a way to use one CASE statement and return 2 different values? Following query has 2 CASE statements with same conditions.
I could really use some help with the best way to accomplish the following: I have the below in my controller (and I know this should not be here开发者_开发技巧 and needs to move to the model)