To remove rows from a table:

 mysql> delete from your_table_name;

See: http://www.mysql.com/doc/D/E/DELETE.html

To completely remove the table from the database:

 mysql> drop table your_table_name;

See: http://www.mysql.com/doc/D/R/DROP_TABLE.html


On Tue, 7 Aug 2001, louie miranda wrote:

> 
> how can i delete a database table?
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to