mirror of
https://github.com/jbranchaud/til
synced 2026-01-07 00:58:02 +00:00
Add prompts to last code example
This commit is contained in:
@@ -31,8 +31,8 @@ Alternatively, you can connect to the database of interest and then there is
|
|||||||
no need to specify the name of the database going forward.
|
no need to specify the name of the database going forward.
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
use my_app_dev;
|
> use my_app_dev;
|
||||||
show tables;
|
> show tables;
|
||||||
+------------------------------+
|
+------------------------------+
|
||||||
| Tables_in_my_app_dev |
|
| Tables_in_my_app_dev |
|
||||||
+------------------------------+
|
+------------------------------+
|
||||||
|
|||||||
Reference in New Issue
Block a user