User Documentation
Ispirer Capabilities - Oracle Migration
Pricing
Oracle SYS_GUID function to HiRDB
HiRDB hasn't equivalents for SYS_GUID function. SQLWays leaves it as is and adds message /* SQLWays: Could not convert 'SYS_GUID' */.
Oracle:
select sys_guid() from t;
HiRDB:
select sys_guid() from t; /* SQLWays: Could not convert 'sys_guid' */