Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle TRUNC function to HiRDB

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

Oracle:

SELECT TRUNC(15.79,1) FROM t;

HiRDB:

SELECT TRUNC(15.79,1) FROM t;

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