Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial
HiRDB database supports COALESCE function. SQLWays leaves it as is.
Oracle:
n := COALESCE(a,b);
HiRDB:
SET n = COALESCE(a,b);
References in Wiki