![]() ![]() ![]() |
Ispirer SQLWays Database Migration Software
Conversion of Microsoft SQL Server Functions Returning Part of String to Oracle
a) Converting the RIGHT function.
SQLWays converts the Microsoft SQL Server RIGHT function to the Oracle SUBSTR function with negative length parameter.
b) Converting the LEFT function.
SQLWays converts the Microsoft SQL Server LEFT function to the Oracle SUBSTR function with the start position 1 and the same length as defined in the LEFT function.
![]() ![]() ![]() |