In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Naga Sean) wrote: > How to delete all the data in database, without delete the table. Do you want to delete every *table* in the *database*, or delete every *row* in the *table*? Assuming the latter, "delete from database_name". -- CC -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-DB] Delete all Data and keep the Table Naga Sean
- Re: [PHP-DB] Delete all Data and keep the Table Russ Michell
- Re: [PHP-DB] Delete all Data and keep the Table olinux
- CC Zona