Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle INSTR function to HiRDB

HiRDB database has equivalent for INSTR function. SQLWays change instr function to POSSTR function with the same arguments.

Oracle:

SELECT INSTR('CORPORATE FLOOR','OR', 3, 2) FROM t;  

HiRDB:

SELECT POSSTR('CORPORATE FLOOR','OR',3,2) FROM t; 

© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.