Skip to content

Commit ed1815e

Browse files
authored
Update guide-sql.asciidoc
1 parent 0fc50d2 commit ed1815e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/guide-sql.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ COMMENT ON TABLE RESTAURANT_ORDER IS 'An order and bill at the restaurant.';
5555
...
5656
--------
5757

58-
ATTENTION: Please note that `TABLE` and `ORDER` are reserved keywords in SQL and you should avoid using such keywords to avoid problems.
58+
ATTENTION: Please note that `TABLE` and `ORDER` are reserved keywords in SQL and you should avoid using such keywords to prevent problems.
5959

6060
=== Data
6161
For insert, update, delete, etc. of data SQL scripts should additionally follow these guidelines:

0 commit comments

Comments
 (0)