fix helper note

This commit is contained in:
ganyang
2022-05-17 10:22:29 +08:00
parent 16d32d3978
commit 57bc5c4a37

View File

@ -11,7 +11,7 @@
<refsynopsisdiv>
<synopsis>
DROP TABLE [ IF EXISTS ]
{[schema.]table_name} [, ...] [ CASCADE | RESTRICT ] [ PURGE ]};
{[schema.]table_name} [, ...] [ CASCADE | RESTRICT ] [ PURGE ];
</synopsis>
</refsynopsisdiv>
</refentry>