ClickHouse / clickhouse-academy

ClickHouse Academy training and certification
Other
26 stars 5 forks source link

Lab 5.1: Incorrect Solution for Question 2 #10

Closed Tomiwa-dev closed 1 month ago

Tomiwa-dev commented 3 months ago

Question 2: How many properties were sold for over 1 million pounds in 2022?

Solution Provided: SELECT count() FROM uk_price_paid WHERE price > 1_000_000;

Year isn't taken into consideration. Screenshot 2024-05-26 at 06 14 15

pmusa commented 1 month ago

Thank you very much for reporting. This was fixed in #11 and sorry for not seeing your message before (fixed my notification settings).