From b5a16c36a12dc7ed69c780a7cefc15affc46f000 Mon Sep 17 00:00:00 2001 From: dingbo8128 Date: Fri, 30 Sep 2022 09:34:07 +0800 Subject: [PATCH] docs: dataout rest --- docs/en/09-data-out/02-rest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/09-data-out/02-rest.md b/docs/en/09-data-out/02-rest.md index 048b66a71f..e3705e1ac4 100644 --- a/docs/en/09-data-out/02-rest.md +++ b/docs/en/09-data-out/02-rest.md @@ -43,9 +43,9 @@ $env:TDENGINE_CLOUD_URL="" -## Insert +## Query -Following command below show how to insert data into the table `d1001` of the database `test` via the command line utility `curl`. +Following command below show how to query data into from table `ins_databases` of the database `information_schema` via the command line utility `curl`. ```bash curl -L \ -- GitLab