srowen commented on a change in pull request #25590: [SPARK-28791] [DOC] Documentation for Alter table Command URL: https://github.com/apache/spark/pull/25590#discussion_r337178115
########## File path: docs/sql-ref-syntax-ddl-alter-table.md ########## @@ -19,4 +19,239 @@ license: | limitations under the License. --- -**This page is under construction** +### Description +`ALTER TABLE` statement changes the schema or properties of a table. + +### RENAME +`ALTER TABLE RENAME` statement changes the table name of an exsisting table in the Database. Review comment: Database -> database. You might need a blank line after this line. ---------------------------------------------------------------- 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]
