Skip to content

Instantly share code, notes, and snippets.

@dalmat36
Created March 15, 2014 17:10
Show Gist options
  • Save dalmat36/9570616 to your computer and use it in GitHub Desktop.
Save dalmat36/9570616 to your computer and use it in GitHub Desktop.
SQL Server 2012 CHOOSE Function
/*Example Choose function*/
SELECT CHOOSE ( 4, 'Option 1', 'Option 2', 'Option 3', 'Option 4' ) AS Result;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment