1、sqlite 中指令操作
删除db中某一个table:
delete from column_data where table_name="table1"or table_name= "table2"
python sqlite操作
原文:http://www.cnblogs.com/usec/p/7526600.html