1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +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.
```sql
use my_app_dev;
show tables;
> use my_app_dev;
> show tables;
+------------------------------+
| Tables_in_my_app_dev |
+------------------------------+