Skip to content

Commit 27e6fdc

Browse files
committed
SQL: [Docs] Small fixes for CURRENT_TIMESTAMP docs (#40792)
- Added square brackets for the optional argument of precision - Fixed character to lower case after comma (cherry picked from commit d2f6f3b)
1 parent 8dfc252 commit 27e6fdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/sql/functions/date-time.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ include-tagged::{sql-specs}/docs.csv-spec[filterToday]
146146
[source, sql]
147147
--------------------------------------------------
148148
CURRENT_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
192192
function as the maximum number of second fractional digits returned is 3 (milliseconds).
193193

194194
[[sql-functions-datetime-day]]

0 commit comments

Comments
 (0)