Re: Deleting table question...

2001-02-02 Thread Joel Holtzman
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:

Re: Deleting table question...

2001-02-02 Thread jgomez
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

Re: Deleting table question...

2001-02-02 Thread Steve Ruby
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 (

Deleting table question...

2001-02-02 Thread Joel Holtzman
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);