Update quickstart.md

This commit is contained in:
Zach Musgrave
2021-03-17 13:45:28 -07:00
committed by GitHub
parent cea9befd31
commit 41bc3b6a0a

View File

@@ -55,7 +55,7 @@ Get familiar with the tables and their columns. The easiest way to do
this is by using SQL commands. `show tables` and `describe
<tablename>` are good commands to use when exploring a new database.
```sh
```sql
% dolt sql
# Welcome to the DoltSQL shell.
# Statements must be terminated with ';'.