标签:删除 item rom code col ble table name where
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