Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle Lengthc function to HiRDB

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

Oracle:

select lengthc(col1) from t; 

HiRDB:

select length(col1) from t; 

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