Select Git revision
aggregation_table.sqlx
-
Priya Poojari authoredPriya Poojari authored
aggregation_table.sqlx 135 B
config {
type: "table",
description: "Description of the first table.",
}
SELECT SUM(number) AS total FROM ${ref("source_table")}