PDA

View Full Version : MySQL Syntax - Need help.


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?

UnlimitedMB
10-30-2007, 12:19 AM
You need to select the table first on the left column.
Goto "drop" tab.