Fix undefined argument
This commit is contained in:
@@ -128,8 +128,8 @@ const nullsQueryTpl = ctx => `
|
||||
__cdb_nulls AS (
|
||||
SELECT
|
||||
count(*) AS __cdb_nulls_count
|
||||
FROM (${it._query}) __cdb_histogram_nulls
|
||||
WHERE ${it._column} IS NULL
|
||||
FROM (${ctx._query}) __cdb_histogram_nulls
|
||||
WHERE ${ctx._column} IS NULL
|
||||
)
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user