[
https://issues.apache.org/jira/browse/FLINK-28366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeya Prakash Thanigaivel updated FLINK-28366:
---------------------------------------------
Description:
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
was:
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
> 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
> Priority: Major
>
> 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)