Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle BIN_TO_NUM function to HiRDB

HiRDB hasn't equivalents for BIN_TO_NUM function. SQLWays leaves it as is and adds message /* SQLWays: Could not convert 'BIN_TO_NUM' */.

Oracle:

n := BIN_TO_NUM(a); 

HiRDB:

SET n = BIN_TO_NUM(a);
/* SQLWays: Could not convert 'BIN_TO_NUM' */ 

References in Wiki

Database Reference
Oracle BIN_TO_NUM

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