Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle LPAD function to HiRDB

HiRDB hasn't equivalents for LPAD function. SQLWays leaves it as is and adds message /* SQLWays: Could not convert 'LPAD' */.

Oracle:

select lpad('abc',1) from t; 

HiRDB:

select lpad('abc', 1) from t;
/* SQLWays: Could not convert 'lpad' */

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