stdDevSamp
SQL function that returns the sample standard deviation of the non-null input values, or null
if there are no non-null values.
Parameters
expression
Expression from which the sample standard deviation is calculated.
queryBuilder
Query builder to append the SQL function to.