User Documentation
Ispirer Capabilities - Oracle Migration
Pricing
Oracle FLOOR function to HiRDB
HiRDB database supports FLOOR function. SQLWays leaves it as is.
Oracle:
n := FLOOR(1);
HiRDB:
SET n = FLOOR(1);
User Documentation
Ispirer Capabilities - Oracle Migration
Pricing
HiRDB database supports FLOOR function. SQLWays leaves it as is.
Oracle:
n := FLOOR(1);
HiRDB:
SET n = FLOOR(1);