Skip to content

Commit

Permalink
Add CURRENT_TIMESTAMP function, this time missing in the newer genera…
Browse files Browse the repository at this point in the history
…ted functions-mysql8.ini. Closes #1951
  • Loading branch information
ansgarbecker committed May 15, 2024
1 parent 0e389da commit ed5bccc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions out/functions-mysql8.ini
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ description=Creates a digest from the given string using the given digest type,
declaration=
category=Window Functions
description=Returns the cumulative distribution of a value within a group of values;\nthat is, the percentage of partition values less than or equal to the value\nin the current row
[CURRENT_TIMESTAMP]
name=CURRENT_TIMESTAMP
declaration=
category=Date and Time Functions
description=CURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW().
[CURDATE]
declaration=
category=Date and Time Functions
Expand Down

0 comments on commit ed5bccc

Please sign in to comment.