DB2 Scalar functions - INSTRB
The INSTRB function returns the starting position, in bytes, of a string within another string.
The schema is SYSIBM.
The INSTRB scalar function invoked with character or graphic strings as the first two arguments is equivalent to invoking the LOCATE_IN_STRING function with OCTETS specified. The INSTRB scalar function invoked with binary strings as the first two arguments is equivalent to invoking the LOCATE_IN_STRING function without a string units argument.