i created a table called "user" in an interbase database. due to "user" is a reserved word. even interbase let me to create this table, but i get error message if i try to access table "user"
so i try to drop this table "user", using sql statement "drop table user", once again, "user" is a reserved word, and i get sql error.
i cannot drop the table "user" that i created by mistake, how can i drop it?
help please.
Hui