16.20 - INSTR - Advanced SQL Engine - Teradata Database

Teradata Vantage™ - SQL Functions, Expressions, and Predicates

Product
Advanced SQL Engine
Teradata Database
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2020-03-25
dita:mapPath
xzf1512079057909.ditamap
dita:ditavalPath
TD_DBS_16_20_Update1.ditaval
dita:id
kby1472250656485

Purpose

Searches the source_string argument for occurrences of search_string.

Syntax



TD_SYSFNLIB.
Name of the database where the function is located.
source_string
A character string or string expression.
search_string
A string of characters that the function searches for in source_string.
position
Specifies that the search will begin at this position in source_string.
If position is not specified, the search starts at the beginning of source_string.
If position is negative, the function counts and searches backwards from the end of source_string. position cannot have a value of zero.
occurrence
Specifies which occurrence of search_string to find in source_string.
If occurrence is not specified, the function searches for the first occurrence.
If occurrence is greater than 1, the function searches for additional occurrences beginning with the second character in the previous occurrence. occurrence cannot be zero or a negative value.