Page 1 of 1

Simple Question

Posted: Sat Oct 16, 2004 4:24 pm
by tstimple
Hello,

Being new to mysql, I have what is probably an easy problem to solve, but I can't find it in the mysql manual.

Is there a command I can send from PFP to clear all the records in a table without actualy DROPing the table itself?

thanks,

--Tim

Posted: Sat Oct 16, 2004 6:01 pm
by mudkicker
look at the syntax "TRUNCATE TABLE" or something like this.. :D