摘要: delete from 表名 where 条件 例如:user 表 id name address age; delete from user where id = 1; 阅读全文
posted @ 2018-07-04 16:09 丁培飞 阅读(261) 评论(0) 推荐(0) 编辑