For the following SQL query:
SELECT COUNT (distinct first_name) from actor;
I receive the following error message:
\"SELECT
Mine error resolved using 'db_name.' with table although I have already executed use 'db_name' command;
select * FROM db_name.table_name;