About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
b2977053
12/13/2019 - 9:47 AM
share
Share
add_circle_outline
Save
string_function_CHARINDEX
string_function_CHARINDEX.sql
content_copy
file_download
PRINT CHARINDEX('B', 'A-B-C-D-E', 4); -- 0 PRINT CHARINDEX('B', 'A-B-C-D-E'); -- 3
clear