mysql基础知识2

一、第一部分 1、delect from 表名 where 字段名=字段值; 例如: (1)delect from student where name=zs;删除表中名称为’zs’的记录; (2)delect from student;删除表中所有行的记录; 2、trunctate table 表名; 例如: truncate table student;删除表中全部数据,重建表结构; trun
相关文章
相关标签/搜索