添加修改表数据 : select t.*,t.rowid from表 t 修改字段名:alter table 表名 rename column 原字段名 to 新字段名 修改表名:alter table 表名 rename to 新表名