Fix undefined argument
This commit is contained in:
parent
7ea6b3e371
commit
734cfa6d83
@ -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
|
||||
)
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user