Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions basic-sql-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ To experiment with SQL and test out TiDB compatibility with MySQL queries, you c

</CustomContent>

<CustomContent platform="tidb-cloud">

To experiment with SQL and test out TiDB compatibility with MySQL queries, you can try [TiDB Playground](https://play.tidbcloud.com/?utm_source=docs&utm_medium=basic-sql-operations). You can also first [deploy a TiDB Cloud cluster](/tidb-cloud/tidb-cloud-quickstart.md) and then run SQL statements in it.

</CustomContent>

This page walks you through the basic TiDB SQL statements such as DDL, DML and CRUD operations. For a complete list of TiDB statements, see [TiDB SQL Syntax Diagram](https://pingcap.github.io/sqlgram/).

## Category
Expand Down