通过在WHERE子句中使用AND从MySQL表中删除特定记录
MySQLAND在WHERE中用于通过使用多个条件进行过滤来获取记录。让我们首先创建一个表-
mysql> create table DemoTable -> ( -> Id int, -> Name varchar(20) -> );
使用插入命令在表中插入一些记录-
mysql> insert into DemoTable values(101,'Chris'); mysql> insert into DemoTable values(102,'David'); mysql> insert into DemoTable values(103,'Bob');
使用select语句显示表中的所有记录-
mysql> select * from DemoTable;
这将产生以下输出-
+------+-------+ | Id | Name | +------+-------+ | 101 | Chris | | 102 | David | | 103 | Bob | +------+-------+ 3 rows in set (0.00 sec)
这是删除记录的查询-
mysql> delete from DemoTable where Id=102 and Name='David';
让我们再次检查表记录-
mysql> select * from DemoTable;
这将产生以下输出-
+------+-------+ | Id | Name | +------+-------+ | 101 | Chris | | 103 | Bob | +------+-------+ 2 rows in set (0.00 sec)
热门推荐
10 横幅元旦祝福语大全简短
11 圣诞简短祝福语给父母
12 写生日祝福语简短唯美
13 高考祝福语 简短12字
14 庆祝国家的祝福语简短
15 老师高考后祝福语 简短
16 撩妹生日祝福语简短
17 科研文案祝福语简短励志
18 小红书生日祝福语简短