CHARINDEX è quello che stai cercando
select CHARINDEX('@', 'example@sqldat.com')
-----------
8
(1 row(s) affected)
-oppure-
select CHARINDEX('c', 'abcde')
-----------
3
(1 row(s) affected)
CHARINDEX è quello che stai cercando
select CHARINDEX('@', 'example@sqldat.com')
-----------
8
(1 row(s) affected)
-oppure-
select CHARINDEX('c', 'abcde')
-----------
3
(1 row(s) affected)