srowen commented on a change in pull request #25573: [SPARK-28833][DOCS][SQL] 
Document ALTER VIEW command
URL: https://github.com/apache/spark/pull/25573#discussion_r344734594
 
 

 ##########
 File path: docs/sql-ref-syntax-ddl-alter-view.md
 ##########
 @@ -19,4 +19,217 @@ license: |
   limitations under the License.
 ---
 
-**This page is under construction**
+### Description
+The `ALTER VIEW` statement can alter metadata associated with the view. It can 
change the definition of the view, change
+the name of a view to a different name, set and unset the metadata of the view 
by setting `TBLPROPERTIES`.
+
+#### Rename VIEW
+Renames the existing view. If the view name already exists in the source 
database, a TableAlreadyExistsException is thrown. This operation
+does not support moving the views cross databases.
 
 Review comment:
   cross -> across

----------------------------------------------------------------
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]

Reply via email to