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 d2f6f3b9ce36875e2eb6145c50464b4d72f2b1df)
This commit is contained in:
Marios Trivyzas 2019-04-04 11:31:28 +02:00
parent f3c207d27b
commit c8047c0644
1 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ function as the maximum number of second fractional digits returned is 3 (millis
[source, sql]
--------------------------------------------------
CURRENT_TIMESTAMP
CURRENT_TIMESTAMP(precision <1>)
CURRENT_TIMESTAMP([precision <1>])
--------------------------------------------------
*Input*:
@ -245,7 +245,7 @@ include-tagged::{sql-specs}/docs/docs.csv-spec[filterNow]
--------------------------------------------------
[IMPORTANT]
Currently, Using a _precision_ greater than 3 doesn't make any difference to the output of the
Currently, using a _precision_ greater than 3 doesn't make any difference to the output of the
function as the maximum number of second fractional digits returned is 3 (milliseconds).
[[sql-functions-datetime-day]]