Android 数据库为什么用删除表数据的方法 数据没删除反而增加了一遍 为什么呢?

如题所述

delete语句要加where的:delete from where .....
如果要清空表的话应该用drop语句:drop table [table_name]
温馨提示:答案为网友推荐,仅供参考
相似回答