POSITION ( string_expression_1 IN string_expression_2 )
Syntax Elements
- string_expression_1
- A substring to be searched for its position within the full string.
- string_expression_2
- A full string to be searched.
POSITION ( string_expression_1 IN string_expression_2 )