You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/dql/expressions.rst
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ A literal is a symbol that represents a value. The most common literal values in
25
25
1. Numeric literals: specify numeric values such as integer and floating-point numbers.
26
26
2. String literals: specify a string enclosed by single or double quotes.
27
27
3. Boolean literals: ``true`` or ``false``.
28
-
4. Date and Time literals: DATE 'YYYY-MM-DD' represent the date, TIME 'hh:mm:ss' represent the time, TIMESTAMP 'YYYY-MM-DD hh:mm:ss' represent the timestamp. You can also surround the literals with curly brackets, if you do, you can replace date with d, time with t, and timestamp with ts
28
+
4. Date and Time literals: DATE 'YYYY-MM-DD' represent the date, TIME 'hh:mm:ss' represent the time, TIMESTAMP 'YYYY-MM-DD hh:mm:ss' represent the timestamp.
29
29
30
30
Examples
31
31
--------
@@ -49,15 +49,6 @@ Here is an example for different type of literals::
0 commit comments