I am attempting to clean out a table but not get rid of the actual structure of the table. I have an id column that is auto-incrementing; I don\'t need to keep the
id
Truncate table is what you are looking for http://www.1keydata.com/sql/sqltruncate.html