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[]
100100[source, sql]
101101--------------------------------------------------
102102CURRENT_TIMESTAMP
103- CURRENT_TIMESTAMP(precision <1>)
103+ CURRENT_TIMESTAMP([ precision <1>] )
104104--------------------------------------------------
105105
106106*Input*:
@@ -141,7 +141,7 @@ include-tagged::{sql-specs}/docs.csv-spec[filterNow]
141141--------------------------------------------------
142142
143143[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
145145function as the maximum number of second fractional digits returned is 3 (milliseconds).
146146
147147[[sql-functions-datetime-day]]
You can’t perform that action at this time.
0 commit comments