We are facing issue in converting the Oracle LAG function in the Oracle query to TD. How can we replicate the functionality of Oracle LAG function in TD?
Reference to the Oracle LAG function - http://www.techonthenet.com/oracle/functions/lag.php
Oracle SQL code using LAG function - lag(queried_mpn) OVER( ORDER BY queried_mpn)
Need to resolve it immediately as project is going live next week and this is a showstopper.
Thanks in advance
Forums: