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