Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Conversion Functions
1
Date Functions
8
Encryption
1
Math Functions
2
Operators
1
String Functions
9
Choose Category
INSTR - More Examples in Informatica
Forget Code
Informatica
INSTR - More Examples
Example : Find the second occurrence of a character
INSTR( COMPANY, 'a', 1, 2 )
COMPANY
RETURN
Comments
Informatica
10
-
Abnitio a
0
'a' is case sensitive search
Example : Find the occurrence of character 'a' from third character
INSTR(COMPANY,'a',3,1)
COMPANY
RETURN
Comments
Informatica
7
-
Abnitio a
9
'a' is case sensitive search
Example : Find the first occurrence from end of the string
INSTR(COMPANY,'a',-1,1)
COMPANY
RETURN
Comments
InformaticA
5
Search starts at the end of the string
Abnitio a
1
Search starts at the end of the string
Tags for INSTR - More Examples in Informatica
instr examples in informatica
how to use instr in informatica
search after * character in informatica
search from right side in informatica
search from end of the string in informatica
instr informatica exemple
using instr informatica
example of instr in informatica
example of informatica code
coding in informatica example
how to find the second occurrence of a character in informatica
informatica 9 example
Contribute to Forget Code, help others.
Add snippet