User Documentation
Ispirer Capabilities - Oracle Migration
Pricing
Oracle CEIL function to HiRDB
HiRDB database supports CEIL function. SQLWays leaves it as is.
Oracle:
SELECT CEIL(col1) FROM t;
HiRDB:
SELECT CEIL(col1) FROM t;
References in Wiki
Database | Reference |
Oracle | CEIL |
HiRDB | CEIL |