An invalid query like: ```SQL SELECT first_name, count(*) FROM customers ``` returns the following error message: ``` ERROR: Expression projection failed ```