Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

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

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