should be it
This commit is contained in:
1
external/duckdb/benchmark/clickbench/queries/q22.sql
vendored
Normal file
1
external/duckdb/benchmark/clickbench/queries/q22.sql
vendored
Normal file
@@ -0,0 +1 @@
|
||||
SELECT SearchPhrase, MIN(URL), MIN(Title), COUNT(*) AS c, COUNT(DISTINCT UserID) FROM hits WHERE Title LIKE '%Google%' AND URL NOT LIKE '%.google.%' AND SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY c DESC LIMIT 10;
|
||||
Reference in New Issue
Block a user