1 Reply Latest reply on Nov 20, 2017 9:30 AM by shawkins

    Force TIMESTAMPDIFF Function to be pushed down

    eiman1592

      Is there a way to force the TimeStampDiff function to be pushed down to the specific database ?

        • 1. Re: Force TIMESTAMPDIFF Function to be pushed down
          shawkins

          Most sources that have support should already be marked as such - unless there is a specific compatibility concern.  There are a couple a ways to make the function pushdown - the translator can be extended to add support for the system function, but generally you'd want to raise an issue to add support in this case.  Or you can add your own timestampadd function to the source model.