Sign up for the latest in common SQL errors from the Galaxy Team!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Typical Error Message
Missing column
Explanation
ClickHouse throws this error when a column specified in the query is not present in the referenced table or subquery. Check for typos or incorrect column aliases.