Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle Systimestamp function to HiRDB

HiRDB has equivalent for Systimestamp function. SQLWays changes it to CURRENT_TIMESTAMP and adds message /*This conversion has inappropriate possibility*/.

Oracle:

SELECT systimestamp FROM t;

HiRDB:

SELECT CURRENT_TIMESTAMP FROM t;
/*This conversion has inappropriate possibility*/

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