We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dcc21 commit c53e94fCopy full SHA for c53e94f
Part2. Basics./Tutorial-1.MD
@@ -25,7 +25,7 @@ Example of a table:
25
26
### SQL Syntax
27
28
-Every action in PostgreSQL is performed by some SQL statement.
+Every action in PostgreSQL is performed by some SQL statement. Every statement <u>must be separated</u> by semicolon: `;`
29
30
**Most common SQL** statements are written in the following format:
31
0 commit comments