You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Benchao Li (Jira)" <ji...@apache.org> on 2020/07/31 09:05:00 UTC

[jira] [Created] (FLINK-18781) Example in table/sql/queries.md Exists section is not correct

Benchao Li created FLINK-18781:
----------------------------------

             Summary: Example in table/sql/queries.md Exists section is not correct
                 Key: FLINK-18781
                 URL: https://issues.apache.org/jira/browse/FLINK-18781
             Project: Flink
          Issue Type: Improvement
          Components: Documentation, Table SQL / API
    Affects Versions: 1.11.1, 1.12.0
            Reporter: Benchao Li


the sql should be:
{code:SQL}
SELECT user, amount
FROM Orders 
WHERE EXISTS (
    SELECT product FROM NewProducts WHERE Orders.product = NewProducts.product
)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)