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