Join Slack
Powered by
When creating a table or view in Flink SQL, a COMM...
# random
h
Hunter Medney
09/28/2023, 9:53 PM
When creating a table or view in Flink SQL, a COMMENT can be included. Does a way exist to get the comment text in Java? I may be missing something obvious but not seeing how yet in the Table API. Thanks!
k
Keyur Makwana
10/10/2023, 7:10 AM
Could you try this?
https://docs.oracle.com/cd/B13789_01/server.101/b10759/sql_elements006.htm#:~:text=Begin%20the%20comment%20with%20a,a%20slash%20(*%2F)
.
Open in Slack
Previous
Next