04where条件 where id = 1 or id = 2 就是操作id为1和id为2的。 同样的and是并且。 还可以写逻辑判断,如where score <=60 分数小于60的。 where neme is null名字没在数据库填写的。