//删除一行
字段名
`delete from student where id=1。`
//delete删除多行
字段名
delete from student where id=1 or id=2
//删除一行
字段名
`delete from student where id=1。`
//delete删除多行
字段名
delete from student where id=1 or id=2