Skip to content
Snippets Groups Projects
Select Git revision
  • 7865a52effc71f272d0a30166c889282c0bdf5df
  • master default protected
  • demo1
3 results

aggregation_table.sqlx

Blame
  • aggregation_table.sqlx 135 B
    config {
      type: "table",
      description: "Description of the first table.",
    }
    SELECT SUM(number)  AS total FROM ${ref("source_table")}