[
https://issues.apache.org/jira/browse/FLINK-22885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17361437#comment-17361437
]
Ingo Bürk commented on FLINK-22885:
-----------------------------------
Have we ever considered just supporting INFORMATION_SCHEMA? As far as I know
there is a standard for it, and we could probably at least partially fulfill
it. That would enable very generic use-cases without having to add dedicated
DDL or at least without users having to wait for it. Of course this would be an
entirely separate issue and worth a FLIP, but just wondering.
> Support 'SHOW COLUMNS'.
> -----------------------
>
> Key: FLINK-22885
> URL: https://issues.apache.org/jira/browse/FLINK-22885
> Project: Flink
> Issue Type: New Feature
> Components: Table SQL / API
> Reporter: Roc Marshal
> Priority: Major
>
> h1. Support 'SHOW COLUMNS'.
> SHOW COLUMNS ( FROM | IN ) <table_name> [LIKE <like_sql_pattern>]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)