Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle LOWER function to HiRDB

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

Oracle:

select lower(col1) from t; 

HiRDB:

select lower(col1) from t;