Re: How to Erase MySQL table.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



TRUNCATE table xxx  will delete all the rows of data.
DROP table xxx will delete the table.


> Hi everyone,
>
> 	I can not find in my manual a MySQL command which erase permanently a
> table
> and it?s content from a MySQL database.
>
> Thanks in advance
>
> 	Charalambos
>
> _________________________________________________________________
> MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> http://join.msn.com/?page=features/virus
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux