nulldevelopment
10-29-2007, 09:40 PM
Ok. I think I'm doing it wrong.
I clicked the SQL Query input button in phpMyAdmin, and I'm trying to drop a table called abc and another one called xyz.
This is what I typed in:
DROP TABLE `abc`, `xyz`
And then it tells me:
#1046 - No database selected
What am I doing wrong?
I clicked the SQL Query input button in phpMyAdmin, and I'm trying to drop a table called abc and another one called xyz.
This is what I typed in:
DROP TABLE `abc`, `xyz`
And then it tells me:
#1046 - No database selected
What am I doing wrong?