SINH 功能描述 该函数用于计算输入参数的双曲正弦值,并返回结果。 语法格式 sinh(arg) 参数说明 arg 输入的float类型数值。 示例 select sinh(33); 返回结果为: sinh ----------------- 107321789892958 (1 row)