Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

source_table.sqlx

Blame
  • source_table.sqlx 155 B
    config {
      type: "table",
      description: "Description of the first table.",
    }
    SELECT 1 AS number
    UNION ALL
    SELECT 5 AS number
    UNION ALL 
    SELECT 3 AS number