Page 1 of 1

[SOLVED]How do I clear a database table completely?

Posted: Thu Sep 13, 2007 9:05 pm
by JellyFish
How do I delete all entries in a database table? It's quite destructive, but I think I'll might need to know how to do it.

Posted: Thu Sep 13, 2007 9:11 pm
by feyd
Look into the TRUNCATE command.

Posted: Thu Sep 13, 2007 9:30 pm
by JellyFish
Hey! Thanks feyd! :)