@@ -649,7 +649,7 @@ Most of the SQL data types correspond to
649
649
:ref: `Tarantool/NoSQL types <details_about_index_field_types >` with the same name.
650
650
In Tarantool versions before 2.10-beta2,
651
651
There were also some Tarantool/NoSQL data types which had no corresponding SQL data types.
652
- In those versions, if Tarantool/SQL reads a Tarantool/NoSQL value which has a type which has no SQL equivalent,
652
+ In those versions, if Tarantool/SQL reads a Tarantool/NoSQL value of a type that has no SQL equivalent,
653
653
Tarantool/SQL could treat it as NULL or INTEGER or VARBINARY.
654
654
For example, ``SELECT "flags" FROM "_vspace"; `` would return a column whose type is ``'map' ``.
655
655
Such columns can only be manipulated in SQL by
@@ -849,7 +849,7 @@ The precedence of dyadic operators is:
849
849
To ensure a desired precedence, use () parentheses.
850
850
851
851
********************************************************************************
852
- Special Situations
852
+ Special situations
853
853
********************************************************************************
854
854
855
855
If one of the operands has data type DOUBLE, Tarantool uses floating-point arithmetic.
@@ -932,7 +932,7 @@ integer inside square brackets.
932
932
See also: :ref: `subquery <sql_subquery >`.
933
933
934
934
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
935
- Comparing and Ordering
935
+ Comparing and ordering
936
936
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
937
937
938
938
There are rules for determining whether value-1 is "less than", "equal to", or "greater than" value-2.
0 commit comments