Thank you, I learned that I needed:
Drop *table* tablename
Thanks for your help, guys. I appreciate it
Joel
- Original Message -
From: <[EMAIL PROTECTED]>
To: Joel Holtzman <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, February 02, 2001 3:51 PM
Subject:
why donĀ“t you try
use database
drop tablename
Mensaje citado por: Joel Holtzman <[EMAIL PROTECTED]>:
> Hello, via telnet with mysql server on linux, I try
> to delete a table, but it won\'t work. I\'m browsing
> the documentation, I can\'t see what will work. I can
> do this via asp, but I\'d
Joel Holtzman wrote:
>
> Hello, via telnet with mysql server on linux, I try to delete a table, but it won't
>work. I'm browsing the documentation, I can't see what will work. I can do this via
>asp, but I'd love to know the command for something that should be as simple as
>
> mysql> Delete (
Hello, via telnet with mysql server on linux, I try to delete a table, but it won't
work. I'm browsing the documentation, I can't see what will work. I can do this via
asp, but I'd love to know the command for something that should be as simple as
mysql> Delete (tablename) from (Database name);