Skip to content

Commit

Permalink
Fix typo on drop-schema docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chhsiao90 authored and ebyhr committed May 13, 2020
1 parent 42a1b77 commit 2558c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-docs/src/main/sphinx/sql/drop-schema.rst
Expand Up @@ -26,7 +26,7 @@ Drop the schema ``web``::

Drop the schema ``sales`` if it exists::

DROP TABLE IF EXISTS sales
DROP SCHEMA IF EXISTS sales

See Also
--------
Expand Down

0 comments on commit 2558c28

Please sign in to comment.