SIGMOIDOn this pageSyntaxArgumentsReturn TypeExamples Returns the sigmoid function of x. Syntax SQLCopySIGMOID (x) Arguments x: the argument Return Type Double. Examples SQLPlaygroundCopySELECT SIGMOID(1);+--------------------+ | SIGMOID(1) | +--------------------+ | 0.7310585786300049 | +--------------------+ Last modified: February 24, 2023