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