Hi,

Which would be the quick way to clear all records in a table ( assumming
100,000 records) ?

1. Delete * from table_name
2. DROP TABLE  table_name followed by CREATE TABLE

-Sreekumar
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to