1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Add missing semicolon

This commit is contained in:
jbranchaud
2017-06-02 09:16:17 -05:00
parent 6349abb9d1
commit 08d6474008

View File

@@ -18,7 +18,7 @@ If you are curious about the tables in a particular database, you can list
them by specifying the database's name:
```sql
> show tables in my_app_dev
> show tables in my_app_dev;
+------------------------------+
| Tables_in_my_app_dev |
+------------------------------+