mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Add missing semicolon
This commit is contained in:
@@ -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 |
|
||||
+------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user