From 086e307de5ed4414f35516aa226495e696589356 Mon Sep 17 00:00:00 2001 From: Vinoth Date: Thu, 16 Jul 2020 20:03:36 +0800 Subject: [PATCH] update content/en/docs/Developerguide/creating-an-index-for-mot-table.md. --- .../en/docs/Developerguide/creating-an-index-for-mot-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Developerguide/creating-an-index-for-mot-table.md b/content/en/docs/Developerguide/creating-an-index-for-mot-table.md index f69fce486..697c497c8 100644 --- a/content/en/docs/Developerguide/creating-an-index-for-mot-table.md +++ b/content/en/docs/Developerguide/creating-an-index-for-mot-table.md @@ -4,7 +4,7 @@ Standard PostgreSQL create and drop index statements are supported. For example -``` +```java create index text_index1 on test(x) ; The following is a complete example of creating an index for the ORDER table in a TPC-C workload – create FOREIGN table bmsql_oorder ( -- Gitee