Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-18781

Example in table/sql/queries.md Exists section is not correct

    XMLWordPrintableJSON

Details

    Description

      the sql should be:

      SELECT user, amount
      FROM Orders 
      WHERE EXISTS (
          SELECT product FROM NewProducts WHERE Orders.product = NewProducts.product
      )
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            libenchao Benchao Li
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: