Select from following answers:- CharIndex

- Substring
- Stuff
- All of the above
- All Above
CharIndex is the right answer and is usefull for getting character position.
For Example:-
SELECT CHARINDEX(' ','Hello World'); --output 6
SELECT CHARINDEX('H','Hello World'); --output 1
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator