Strange create table/drop table problem.

I created a table with the name “test.tableName”. I thought it would go into the database “test” but didn’t. It was actually named “test.tableName”… However if I try to drop the table “test.tableName” it says that there are no table named “tableName” in the database “test”.

Really irritating, I can’t get rid of it! Any suggestions?

Ok, found the solution myself… =)
I just had to put the name between those ` things.