Resolved: Getting an error 1049
I'm getting an error 1049 when I run the query from the lesson. Any help?
2 answers ( 1 marked as helpful)
Hi Donald!
Thanks for reaching out.
It is because you typed emp.manager
instead of emp_manager
. Since, there is no such a database, error 1049 will occur. If there is such a table, it will check for table manager.
Hope this helps.
Best,
Tsvetelin
Thanks, I have to watch out for that. Everything looks the same after hours of looking at the computer.