MySQL function parameter types

From: Stefan Ram <ram_at_zedat.fu-berlin.de>
Date: 29 Aug 2015 15:48:11 GMT
Message-ID: <MySQL-20150829164130_at_ram.dialup.fu-berlin.de>



  The MySQL manual contains function parameters. For example,

FIND_IN_SET(str,strlist)
FORMAT(X,D)
HEX(N_or_S)
COS(X)
CRC32(expr)
FORMAT(X,D)
RAND(N)
. Here, the parameters are:

str
strlst
X
D
N_or_S
expr
N

. I am looking for an explanation of the meanings of the
  parameter names.

  Some meanings can be guessed:

X DOUBLE
N INT
str VARCHAR

  , but still an official explanation in the MySQL manual   itself would be nice, yet I cannot find it! Received on Sat Aug 29 2015 - 17:48:11 CEST

Original text of this message