We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764e7e0 commit 245adc3Copy full SHA for 245adc3
1 file changed
src/explorer/Queries/DistinctLengths.cs
@@ -19,7 +19,7 @@ protected override string GetQueryStatement(string table, string column)
19
count(*),
20
count_noise(*)
21
from {table}
22
- group by {column}";
+ group by 1";
23
}
24
25
0 commit comments