|
Ispirer SQLWays Database Migration Software
Conversions of Microsoft SQL Server CHARINDEX to Oracle
The CHARINDEX function is used in Microsoft SQL Server to retrieve the position of a substring in the specified string. Oracle uses with this purpose the INSTR function. These functions have a similar syntax and differ in the parameter order.
SQLWays converts the Microsoft SQL Server function CHARINDEX to the Oracle function INSTR.