Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

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

© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.