Given an email address column, I need to find the position of the @ sign for substringing.
What is the indexof
function, for strings in T-SQL?
Looking for something that returns the position of a substring within a string.
in C#
var s = "abcde";
s.IndexOf('c'); // yields 2
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…