Skip to content

Commit

Permalink
Improve drop table docs for Trino views
Browse files Browse the repository at this point in the history
Co-authored by: sushi30 <26347589+sushi30@users.noreply.github.com>
  • Loading branch information
mosabua committed Jan 15, 2024
1 parent ea890c7 commit fa20e96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/main/sphinx/sql/drop-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ DROP TABLE [ IF EXISTS ] table_name

Drops an existing table.

The optional `IF EXISTS` clause causes the error to be suppressed if
the table does not exist.
The optional `IF EXISTS` clause causes the error to be suppressed if the table
does not exist. The error is not suppressed if a Trino view with the same name
exists.

## Examples

Expand Down

0 comments on commit fa20e96

Please sign in to comment.