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