We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c13490 commit 988ef68Copy full SHA for 988ef68
zson--1.0.sql
@@ -53,7 +53,7 @@ BEGIN
53
query := query || ' union all ';
54
END IF;
55
56
- query := query || '( select unnest(zson_extract_strings(' ||
+ query := query || '( select unnest(zson_extract_strings(' ||
57
quote_ident(colname) || ')) as t from ' || tabname || ' limit ' ||
58
max_examples || ')';
59
0 commit comments