INSTR function search
string for sub-string and returns an integer indicating the position of the
character in string that is the first character of this occurrence.SUBSTR
function return a portion of string, beginning at character position,
substring_length characters long.SUBSTR calculates lengths using characters as
defined by the input character set.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
INSTR function search string for sub-string and returns an integer indicating the position of the character in string that is the first character of this occurrence.SUBSTR function return a portion of string, beginning at character position, substring_length characters long.SUBSTR calculates lengths using characters as defined by the input character set.