sqlhints.com
CHOOSE LOGICAL FUNCTION IN SQL SERVER 2012
CHOOSE is one of the new built-in logical function introduced as a Part of Sql Server 2012. It returns the value at the specified index position from the list of values. SYNTAX: CHOOSE ( index, val…