Skip to content

Commit

Permalink
Update quick-start-with-htap.md to add USE test command (#16448)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Feb 5, 2024
1 parent 965c566 commit 6d8cbb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quick-start-with-htap.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ To know the performance of TiDB with only the row-based storage engine, execute
{{< copyable "sql" >}}

```sql
USE test;
SELECT
l_orderkey,
SUM(
Expand Down Expand Up @@ -173,7 +174,8 @@ For tables with TiFlash replicas, the TiDB optimizer automatically determines wh
{{< copyable "sql" >}}

```sql
explain analyze SELECT
USE test;
EXPLAIN ANALYZE SELECT
l_orderkey,
SUM(
l_extendedprice * (1 - l_discount)
Expand Down

0 comments on commit 6d8cbb1

Please sign in to comment.