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