We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc50d2 commit ed1815eCopy full SHA for ed1815e
1 file changed
documentation/guide-sql.asciidoc
@@ -55,7 +55,7 @@ COMMENT ON TABLE RESTAURANT_ORDER IS 'An order and bill at the restaurant.';
55
...
56
--------
57
58
-ATTENTION: Please note that `TABLE` and `ORDER` are reserved keywords in SQL and you should avoid using such keywords to avoid problems.
+ATTENTION: Please note that `TABLE` and `ORDER` are reserved keywords in SQL and you should avoid using such keywords to prevent problems.
59
60
=== Data
61
For insert, update, delete, etc. of data SQL scripts should additionally follow these guidelines:
0 commit comments