You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If either *pattern* or *expression* is NULL, PATINDEX returns NULL.
52
-
52
+
53
+
The starting position returned is 1-based, not 0-based.
54
+
53
55
PATINDEX performs comparisons based on the collation of the input. To perform a comparison in a specified collation, you can use COLLATE to apply an explicit collation to the input.
0 commit comments