Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle SUBSTR function to HiRDB

HiRDB database supports SUBSTR function. SQLWays leaves it as is.

Oracle:

select substr(a,1,2) from t;

HiRDB:

select substr(a,1,2) from t;

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