Created
December 13, 2019 09:47
-
-
Save b2977053/92887324a8fa48d6baaabef3e8511be0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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