Move the docs folder

This commit is contained in:
LINxiansheng
2022-02-10 14:51:49 +08:00
committed by LINxiansheng
parent 7c6dcc6712
commit d42f317422
1160 changed files with 0 additions and 3 deletions

View File

@ -0,0 +1,29 @@
数据比较规则
===========================
OceanBase允许任意两或多个任意类型的数据进行比较,比较结果可能为:
* 非0 / TRUE
<!-- -->
* 0 / FALSE。
<!-- -->
* NULL。
如果参与比较的数据类型不一致,OceanBase会根据相关规则确定一个用于比较的数据类型,逻辑上所有参与比较的数据都需要先转换为该数据类型才能参与比较操作。
如果比较类型为文本类型,则还需要确定一个用于比较的排序规则。