Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle RATIO_TO_REPORT function to HiRDB

HiRDB hasn't equivalents for RATIO_TO_REPORT function. SQLWays leaves it as is and adds message /* SQLWays: Could not convert 'RATIO_TO_REPORT' */.

Oracle:

select ratio_to_report(c3) over (partition by c1) from t;

HiRDB:

select ratio_to_report(c3) over (partition by c1) from t;
/* SQLWays: Could not convert 'ratio_to_report' */

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