SQL CHOOSE Function

The SQL CHOOSE function is the new built-in Logical function introduced in SQL Server 2012. This Choose function returns the item at the specified index from the list of items. SQL CHOOSE Syntax The syntax of the CHOOSE Logical Function in SQL Server is shown below. CHOOSE (Index, Value1, Value2, ….,ValueN) Index: Please specify the index … Read more