8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Change function description

This commit is contained in:
asfernandes 2007-11-30 13:49:09 +00:00
parent ea94c3a65e
commit 34e2843708

View File

@ -372,10 +372,10 @@ HASH
----
Function:
Returns a HASH of a value.
Returns a HASH of a string.
Format:
HASH( <value> )
HASH( <string> )
Example:
select hash(x) from y;