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)