Question:
Is there a function in Informix equivalent to Oracle’s instr() that returns the position of a character within a string? Also, is there a function that counts the number of times a given character repeats within a string?
Answer:
Neither of these Oracle-specific functions are SQL-92 compliant. Informix does not have them. You may be able to create a workaround by using a combination of the TRIM and LENGTH expressions.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























