public/sql.md
... ...
@@ -57,7 +57,7 @@ automatically.
57 57
58 58
The `--` indicates a comment.
59 59
60
- # PostgreSQL
60
+#### PostgreSQL
61 61
62 62
drop table names;
63 63
create table names (
... ...
@@ -65,7 +65,7 @@ The `--` indicates a comment.
65 65
first_name text
66 66
);
67 67
68
- # sqlite3
68
+#### sqlite3
69 69
70 70
drop table names;
71 71
create table names (