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 @@ -203,7 +203,7 @@ function as the maximum number of second fractional digits returned is 3 (millis
203203[source, sql]
204204--------------------------------------------------
205205CURRENT_TIMESTAMP
206- CURRENT_TIMESTAMP(precision <1>)
206+ CURRENT_TIMESTAMP([ precision <1>] )
207207--------------------------------------------------
208208
209209*Input*:
@@ -245,7 +245,7 @@ include-tagged::{sql-specs}/docs/docs.csv-spec[filterNow]
245245--------------------------------------------------
246246
247247[IMPORTANT]
248- Currently, Using a _precision_ greater than 3 doesn't make any difference to the output of the
248+ Currently, using a _precision_ greater than 3 doesn't make any difference to the output of the
249249function as the maximum number of second fractional digits returned is 3 (milliseconds).
250250
251251[[sql-functions-datetime-day]]
You can’t perform that action at this time.
0 commit comments