Skip to content

Commit 0c8d3d2

Browse files
huaxingaosrowen
authored andcommitted
[SPARK-28798][FOLLOW-UP] Add alter view link to drop view
### What changes were proposed in this pull request? Add alter view link to drop view ### Why are the changes needed? create view has links to drop view and alter view alter view has links to create view and drop view drop view currently doesn't have a link to alter view. I think it's better to link to alter view as well. ### Does this PR introduce any user-facing change? Yes ### How was this patch tested? Tested using jykyll build --serve Closes apache#26495 from huaxingao/spark-28798. Authored-by: Huaxin Gao <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent 2beca77 commit 0c8d3d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/sql-ref-syntax-ddl-drop-view.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ DROP VIEW IF EXISTS employeeView;
7777

7878
### Related Statements
7979
- [CREATE VIEW](sql-ref-syntax-ddl-create-view.html)
80+
- [ALTER VIEW](sql-ref-syntax-ddl-alter-view.html)
8081
- [CREATE DATABASE](sql-ref-syntax-ddl-create-database.html)
8182
- [DROP DATABASE](sql-ref-syntax-ddl-drop-database.html)

0 commit comments

Comments
 (0)