mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Add missing ini entries for CURRENT_TIMESTAMP function. Closes #1666
This commit is contained in:
@ -250,6 +250,11 @@ name=CUME_DIST
|
|||||||
declaration=[ PARTITION BY partition_expression ] [ ORDER BY order_list ]
|
declaration=[ PARTITION BY partition_expression ] [ ORDER BY order_list ]
|
||||||
category=Window Functions
|
category=Window Functions
|
||||||
description=CUME_DIST() is a window function that returns the cumulative\ndistribution of a given row. The following formula is used\nto calculate the value:\n \n(number of rows
|
description=CUME_DIST() is a window function that returns the cumulative\ndistribution of a given row. The following formula is used\nto calculate the value:\n \n(number of rows
|
||||||
|
[CURRENT_TIMESTAMP]
|
||||||
|
name=CURRENT_TIMESTAMP
|
||||||
|
declaration=
|
||||||
|
category=Date and Time Functions
|
||||||
|
description=CURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW().
|
||||||
[CURDATE]
|
[CURDATE]
|
||||||
declaration=
|
declaration=
|
||||||
category=Date and Time Functions
|
category=Date and Time Functions
|
||||||
|
@ -187,6 +187,11 @@ description=Creates a shared secret for generating a DH private/public key pair
|
|||||||
declaration=digest_type, str
|
declaration=digest_type, str
|
||||||
category=Enterprise Encryption Functions
|
category=Enterprise Encryption Functions
|
||||||
description=Creates a digest from the given string using the given digest type, and\nreturns the digest as a binary string
|
description=Creates a digest from the given string using the given digest type, and\nreturns the digest as a binary string
|
||||||
|
[CURRENT_TIMESTAMP]
|
||||||
|
name=CURRENT_TIMESTAMP
|
||||||
|
declaration=
|
||||||
|
category=Date and Time Functions
|
||||||
|
description=CURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW().
|
||||||
[CURTIME]
|
[CURTIME]
|
||||||
declaration=[fsp]
|
declaration=[fsp]
|
||||||
category=Date and Time Functions
|
category=Date and Time Functions
|
||||||
|
Reference in New Issue
Block a user