You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jeya Prakash Thanigaivel (Jira)" <ji...@apache.org> on 2022/07/03 13:06:00 UTC

[jira] [Created] (FLINK-28366) Support for custom query for JDBC Table API source connector

Jeya Prakash Thanigaivel created FLINK-28366:
------------------------------------------------

             Summary: Support for custom query for JDBC Table API source connector
                 Key: FLINK-28366
                 URL: https://issues.apache.org/jira/browse/FLINK-28366
             Project: Flink
          Issue Type: Improvement
          Components: Connectors / JDBC
    Affects Versions: 1.15.0
            Reporter: Jeya Prakash Thanigaivel
             Fix For: 1.15.1


Support for custom query for JDBC Table API source connector.

Eg : Select a.*,b.* from TABLE_A a, TABLE_B b where a.id=b.id and a.id > 1



--
This message was sent by Atlassian Jira
(v8.20.10#820010)