[ 
https://issues.apache.org/jira/browse/FLINK-18781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17327711#comment-17327711
 ] 

Flink Jira Bot commented on FLINK-18781:
----------------------------------------

This major issue is unassigned and itself and all of its Sub-Tasks have not 
been updated for 30 days. So, it has been labeled "stale-major". If this ticket 
is indeed "major", please either assign yourself or give an update. Afterwards, 
please remove the label. In 7 days the issue will be deprioritized.

> 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
>            Priority: Major
>              Labels: stale-major
>
> 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)

Reply via email to