1
0
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:
jbranchaud
2017-06-02 09:15:43 -05:00
parent 0d44b863d5
commit 6349abb9d1

View File

@@ -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 |
+------------------------------+ +------------------------------+