strange error 1109

2006-12-21 Thread Emily Weil
I'm getting "Error 1109 : Unknown table 'questions' in where clause" when I do the simplest query. This is the query: SELECT * FROM questions; My database has the following two tables: CREATE TABLE subscribers( subscriber_id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, email varchar(50),

strange error 1109

2006-12-21 Thread Emily Weil
I'm getting "Error 1109 : Unknown table 'questions' in where clause" when I do the simplest query. This is the query: SELECT * FROM questions; My database has the following two tables: CREATE TABLE subscribers( subscriber_id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, email varchar(50),