All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql-tests.testcases.aggregate.stddev_samp.sql Maven / Gradle / Ivy

There is a newer version: 0.289
Show newest version
-- database: presto; groups: aggregate; tables: datatype
select stddev_samp(c_bigint), stddev_samp(c_double) from datatype




© 2015 - 2024 Weber Informatics LLC | Privacy Policy