You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "hagersaleh (JIRA)" <ji...@apache.org> on 2015/05/04 16:37:06 UTC

[jira] [Created] (FLINK-1970) how can implemented subquery in flink

hagersaleh created FLINK-1970:
---------------------------------

             Summary: how can implemented subquery in flink
                 Key: FLINK-1970
                 URL: https://issues.apache.org/jira/browse/FLINK-1970
             Project: Flink
          Issue Type: Bug
            Reporter: hagersaleh


how can implemented subquery in flink

example
SELECT C_CUSTKEY,C_NAME
FROM Customers where C_MKTSEGMENT=(select C_CUSTKEY,C_MKTSEGMENT from Customers where C_ADDRESS="MG9kdTD2WBHm") 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)