CHARINDEX
Description
Returns the index of the first occurrence of the specified value sent as a parameter when it matches (CHARINDEX in Transact-SQL).
Sample Source Pattern
Syntax
CHARINDEX( expression_to_find, expression_to_search [, start] )Snowflake SQL complete documentation
CHARINDEX( <expr1>, <expr2> [ , <start_pos> ] )JavaScript complete documentation
String.indexOf( search_value [, index] )Examples
Code:
Result:
Code:
Result:
Code:
Result:
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
