View Single Post
Old 05-27-2005, 09:37 AM   #2
ah123
First Line Centre
 
Join Date: Oct 2001
Location: Here
Exp:
Default

You need to drop or truncate the table if I recall correctly -

Dropping table = "drop table xxx"
Truncate table = "truncate table xxx"

(remove quotes, xxx=name of table)

Hope that is what you were looking for...
ah123 is offline   Reply With Quote