mirror of
https://github.com/jbranchaud/til
synced 2026-01-05 08:08:02 +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:
|
them by specifying the database's name:
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
> show tables in my_app_dev
|
> show tables in my_app_dev;
|
||||||
+------------------------------+
|
+------------------------------+
|
||||||
| Tables_in_my_app_dev |
|
| Tables_in_my_app_dev |
|
||||||
+------------------------------+
|
+------------------------------+
|
||||||
|
|||||||
Reference in New Issue
Block a user