Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle LEAD function to HiRDB

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

Oracle:

SELECT LEAD(col1, 1) OVER (ORDER BY col1) FROM t; 

HiRDB:

SELECT LEAD(col1, 1) OVER (ORDER BY col1) FROM t;
/* SQLWays: Could not convert 'LEAD' */

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