opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

🪲 ClickBench test failure

Open joocer opened this issue 1 year ago • 0 comments

SELECT UserID, extract(minute FROM EventTime) AS m, SearchPhrase, COUNT(*) 
FROM hits 
GROUP BY UserID, m, SearchPhrase 
ORDER BY COUNT(*) DESC 
LIMIT 10;

ColumnNotFoundError: Column 'm' does not exist. Did you mean '*'?.

joocer avatar May 12 '24 16:05 joocer