sql.trino.kafka.count_column_1.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trino-benchto-benchmarks
Show all versions of trino-benchto-benchmarks
Trino - Benchto benchmarks
select
count(c_bigint_1), count(c_double_1), count(c_varchar_1)
from ${database}.${schema}.${table}