strpos
This section contains reference documentation for the STRPOS function.
Find Nth instance of find string in input. Returns 0 if input string is empty. Returns -1 if the Nth instance is not found or input string is null.
Signature
STRPOS(col, find, N)
Usage Examples
value |
---|
10 |
value |
---|
19 |
value |
---|
-1 |
Last updated