Nested Case Statements in SQL
Need to do nested Case statements in SQL? Use the following syntax. This should result in ‘a1b1 – yar’ This took me a little time to work out the syntax, but pretty simple once I understood case statements a little better. For some more info on case statements, you can go to the msdn article located at http://msdn.microsoft.com/en-us/library/ms181765.aspx