Skip to content

Instantly share code, notes, and snippets.

@b2977053
Created December 13, 2019 09:47
Show Gist options
  • Save b2977053/92887324a8fa48d6baaabef3e8511be0 to your computer and use it in GitHub Desktop.
Save b2977053/92887324a8fa48d6baaabef3e8511be0 to your computer and use it in GitHub Desktop.
PRINT CHARINDEX('B', 'A-B-C-D-E', 4); -- 0
PRINT CHARINDEX('B', 'A-B-C-D-E'); -- 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment