Skip to content

Commit

Permalink
Docs typo fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Jan 13, 2023
1 parent e86e703 commit 508f1f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/user/dql/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ The following rule is applied on coversion: a `TIME` applied to today's date; `D

os> SELECT subtime(now(), current_time()) = current_date() AS `midnight = now.date`, typeof(subtime(now(), current_time())) AS `midnight.type`, typeof(current_date()) AS `now.date.type`;
fetched rows / total rows = 1/1
+--------------------+-----------------+-----------------+
| midnight = today | midnight.type | now.date.type |
+--------------------+-----------------+-----------------+
| True | DATETIME | DATE |
+--------------------+-----------------+-----------------+
+-----------------------+-----------------+-----------------+
| midnight = now.date | midnight.type | now.date.type |
|-----------------------+-----------------+-----------------|
| True | DATETIME | DATE |
+-----------------------+-----------------+-----------------+


LIKE
Expand Down

0 comments on commit 508f1f2

Please sign in to comment.