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