huaxingao commented on a change in pull request #28451:
URL: https://github.com/apache/spark/pull/28451#discussion_r420230139
##########
File path: docs/sql-ref-syntax-ddl-drop-view.md
##########
@@ -25,30 +25,25 @@ license: |
### Syntax
-{% highlight sql %}
+```sql
DROP VIEW [ IF EXISTS ] view_identifier
-{% endhighlight %}
+```
### Parameter
-<dl>
- <dt><code><em>IF EXISTS</em></code></dt>
- <dd>
- If specified, no exception is thrown when the view does not exists.
- </dd>
- <dt><code><em>view_identifier</em></code></dt>
- <dd>
- Specifies the view name to be dropped. The view name may be optionally
qualified with a database name.<br><br>
- <b> Syntax:</b>
- <code>
- [ database_name. ] view_name
- </code>
- </dd>
-</dl>
+* **IF EXISTS**
+
+ If specified, no exception is thrown when the view does not exists.
Review comment:
Fixed. Thanks for checking. @kiszk
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]