Merge pull request #26234 from taosdata/docs/zhengqin002
fix doc issue for ISNULL and NOTNULL on branch 3.0
This commit is contained in:
commit
c6ae207212
|
@ -151,7 +151,7 @@ The following list shows all reserved keywords:
|
|||
- INTERVAL
|
||||
- INTO
|
||||
- IS
|
||||
- ISNULL
|
||||
- IS NULL
|
||||
|
||||
### J
|
||||
|
||||
|
@ -197,7 +197,7 @@ The following list shows all reserved keywords:
|
|||
- NMATCH
|
||||
- NONE
|
||||
- NOT
|
||||
- NOTNULL
|
||||
- NOT NULL
|
||||
- NOW
|
||||
- NULL
|
||||
- NULLS
|
||||
|
|
|
@ -151,7 +151,7 @@ description: TDengine 保留关键字的详细列表
|
|||
- INTERVAL
|
||||
- INTO
|
||||
- IS
|
||||
- ISNULL
|
||||
- IS NULL
|
||||
|
||||
### J
|
||||
|
||||
|
@ -197,7 +197,7 @@ description: TDengine 保留关键字的详细列表
|
|||
- NMATCH
|
||||
- NONE
|
||||
- NOT
|
||||
- NOTNULL
|
||||
- NOT NULL
|
||||
- NOW
|
||||
- NULL
|
||||
- NULLS
|
||||
|
|
Loading…
Reference in New Issue