bowenli86 commented on a change in pull request #10732: [FLINK-14980][docs] add
function ddl docs
URL: https://github.com/apache/flink/pull/10732#discussion_r362301768
##########
File path: docs/dev/table/sql/drop.md
##########
@@ -140,4 +141,21 @@ Dropping a non-empty database triggers an exception.
Enabled by default.
**CASCADE**
-Dropping a non-empty database also drops all associated tables and functions.
\ No newline at end of file
+Dropping a non-empty database also drops all associated tables and functions.
+
+## DROP FUNCTION
+
+{% highlight sql%}
+DROP [TEMPORARY|TEMPORARY SYSTEM] FUNCTION [IF EXISTS]
[catalog_name.][db_name.] function_name;
Review comment:
should be
```suggestion
DROP [TEMPORARY|TEMPORARY SYSTEM] FUNCTION [IF EXISTS]
[catalog_name.][db_name.]function_name;
```
----------------------------------------------------------------
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