Skip to content

Commit 525425d

Browse files
authored
Fix wording (#3623)
1 parent 4ecc829 commit 525425d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reference/reference_sql/sql_user_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ A datetime table field can be created by using this type, which is semantically
644644
- ['2022-01-01T00:00:00Z']
645645
...
646646
647-
There is no implicit cast available from a string expression to a datetime expression (dislike convention used by majority of SQL vendors).
647+
There is no implicit cast available from a string expression to a datetime expression (unlike convention used by majority of SQL vendors).
648648
In such cases, you need to use explicit cast from a string value to a datetime value (see the example above).
649649

650650
You can subtract datetime and datetime, datetime and interval, or add datetime and interval in any order (see examples of such arithmetics in the description of the :ref:`INTERVAL type <sql_data_type_interval>`).
@@ -679,7 +679,7 @@ Similarly to the :ref:`DATETIME <sql_data_type_datetime>` type, you can define a
679679
- ['2022-02-02T01:01:00Z', '+1 years, 1 months']
680680
...
681681
682-
Dislike DATETIME, INTERVAL cannot be a part of an index.
682+
Unlike DATETIME, INTERVAL cannot be a part of an index.
683683

684684
There is no implicit cast available for conversions to an interval from a string or any other type.
685685
But there is explicit cast allowed from maps (see examples below).

0 commit comments

Comments
 (0)