File tree Expand file tree Collapse file tree
docs/reference/sql/functions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ include-tagged::{sql-specs}/docs.csv-spec[filterToday]
146146[source, sql]
147147--------------------------------------------------
148148CURRENT_TIMESTAMP
149- CURRENT_TIMESTAMP(precision <1>)
149+ CURRENT_TIMESTAMP([ precision <1>] )
150150--------------------------------------------------
151151
152152*Input*:
@@ -188,7 +188,7 @@ include-tagged::{sql-specs}/docs.csv-spec[filterNow]
188188--------------------------------------------------
189189
190190[IMPORTANT]
191- Currently, Using a _precision_ greater than 3 doesn't make any difference to the output of the
191+ Currently, using a _precision_ greater than 3 doesn't make any difference to the output of the
192192function as the maximum number of second fractional digits returned is 3 (milliseconds).
193193
194194[[sql-functions-datetime-day]]
You can’t perform that action at this time.
0 commit comments