Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle FLOOR function to HiRDB

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

Oracle:

n := FLOOR(1); 

HiRDB:

SET n = FLOOR(1);