From 35678e865c5e275308fb11134f1e9ede7fdcfe0b Mon Sep 17 00:00:00 2001 From: Adam Ji Date: Tue, 27 Jun 2023 11:44:51 +0800 Subject: [PATCH] docs: add create db description en --- docs/en/14-reference/03-connector/06-rust.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/14-reference/03-connector/06-rust.mdx b/docs/en/14-reference/03-connector/06-rust.mdx index 06d51028de..4a7a184820 100644 --- a/docs/en/14-reference/03-connector/06-rust.mdx +++ b/docs/en/14-reference/03-connector/06-rust.mdx @@ -298,6 +298,8 @@ async fn main() -> anyhow::Result<()> { } ``` +> The query is consistent with operating a relational database. When using subscripts to get the contents of the returned fields, you have to start from 1. However, we recommend using the field names to get the values of the fields in the result set. + ### Insert data