XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.0
    • 1.7.0
    • Table SQL / API
    • None

    Description

      Queries like:

      SELECT 
        o.amount * r.rate 
      FROM 
        Orders AS o, 
        LATERAL TABLE (Rates(o.proctime)) AS r 
      WHERE o.currency = r.currency

      should work for processing time

      Attachments

        Activity

          People

            pnowojski Piotr Nowojski
            pnowojski Piotr Nowojski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: