Ispirer Website
Ispirer Capabilities - Oracle Migration
Free Trial
Oracle COMPOSE function to HiRDB
HiRDB hasn't equivalents for COMPOSE function. SQLWays leaves it as is and adds message /* SQLWays: Could not convert 'COMPOSE' */.
Oracle:
n := COMPOSE(a);
HiRDB:
SET n = COMPOSE(a); /* SQLWays: Could not convert 'COMPOSE' */
References in Wiki
Database | Reference |
---|---|
Oracle | COMPOSE |