Ispirer Website
Ispirer Capabilities - Oracle Migration
Free Trial
Oracle REMAINDER function to HiRDB
HiRDB hasn't equivalents for REMAINDER function. SQLWays leaves it as is and adds message /* SQLWays: Could not convert 'REMAINDER' */.
Oracle:
select remainder(c1,c2) from t;
HiRDB:
select remainder(c1,c2) from t; /* SQLWays: Could not convert 'remainder' */