From 1f95751b188c0209671bfa5fd670686ceb4f2e1a Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Thu, 8 Jun 2023 11:13:06 +0800 Subject: [PATCH] Add TiDB Playground link to try SQL on cloud --- basic-sql-operations.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/basic-sql-operations.md b/basic-sql-operations.md index bd6c2eb43e3e3..e044d9117420c 100644 --- a/basic-sql-operations.md +++ b/basic-sql-operations.md @@ -13,6 +13,12 @@ To experiment with SQL and test out TiDB compatibility with MySQL queries, you c + + +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. + + + 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