File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/reference/sql/functions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ beta[]
100
100
[source, sql]
101
101
--------------------------------------------------
102
102
CURRENT_TIMESTAMP
103
- CURRENT_TIMESTAMP(precision <1>)
103
+ CURRENT_TIMESTAMP([ precision <1>] )
104
104
--------------------------------------------------
105
105
106
106
*Input*:
@@ -141,7 +141,7 @@ include-tagged::{sql-specs}/docs.csv-spec[filterNow]
141
141
--------------------------------------------------
142
142
143
143
[IMPORTANT]
144
- Currently, Using a _precision_ greater than 3 doesn't make any difference to the output of the
144
+ Currently, using a _precision_ greater than 3 doesn't make any difference to the output of the
145
145
function as the maximum number of second fractional digits returned is 3 (milliseconds).
146
146
147
147
[[sql-functions-datetime-day]]
You can’t perform that action at this time.
0 commit comments