Select Git revision
source_table.sqlx
-
Priya Poojari authoredPriya Poojari authored
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