srowen commented on a change in pull request #25885: [SPARK-28813][DOC][SQL] Document SHOW CREATE TABLE in SQL Reference URL: https://github.com/apache/spark/pull/25885#discussion_r331665652
########## File path: docs/sql-ref-syntax-aux-show-create-table.md ########## @@ -19,4 +19,46 @@ license: | limitations under the License. --- -**This page is under construction** +### Description +`SHOW CREATE TABLE` returns the [CREATE TABLE statement](sql-ref-syntax-ddl-create-table.html) or [CREATE VIEW statement](sql-ref-syntax-ddl-create-view.html) that was used to create a given table or view. `SHOW CREATE TABLE` on a non-existent table or a temporary view throws Exception. Review comment: throws Exception -> throws an exception ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
