From 5fdcad31ba8fd08fa35d49811f352e4af32474f4 Mon Sep 17 00:00:00 2001 From: Vinoth Veeraraghavan Date: Tue, 29 Sep 2020 22:15:25 +0800 Subject: [PATCH] update content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md. --- .../mot-sql-coverage-and-limitations.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md b/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md index 6c2ef2d08..6629d2b94 100644 --- a/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md +++ b/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md @@ -74,11 +74,12 @@ The following lists the functionality limitations of MOT tables – - Varbit - OID - Money -- Any unlimited varchar/char +- Any unlimited varchar/character varying ## UnsupportedIndex DDLs and Index - Create index on decimal/numeric +- Create index on nullable columns - Create index, index per table \> 9 - Create index on key size \> 256 @@ -108,49 +109,49 @@ The following lists the functionality limitations of MOT tables – -

Varchar

+

varchar

N

4

-

Tiny

+

tinyint

1

1

-

Short

+

smallint

2

1

-

Int

+

int

4

1

-

Long

+

longint

8

1

-

Float

+

float

4

2

-

Double

+

double

8

-- Gitee