mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +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.
|
||||
|
||||
```sql
|
||||
use my_app_dev;
|
||||
show tables;
|
||||
> use my_app_dev;
|
||||
> show tables;
|
||||
+------------------------------+
|
||||
| Tables_in_my_app_dev |
|
||||
+------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user