如何在MySQL中将ID列选择为null?
让我们首先创建一个表。创建表的查询如下
mysql> create table selectAllDemo - > ( - > Name varchar(100), - > Age int - > );
使用insert命令在表中插入一些记录。
查询如下
mysql> insert into selectAllDemo values('John',25);
mysql> insert into selectAllDemo values('Carol',26);
mysql> insert into selectAllDemo values('Bob',30);
mysql> insert into selectAllDemo values('Sam',35);使用select语句显示表中的所有记录。
查询如下
mysql> select *from selectAllDemo;
以下是输出
+-------+------+ | Name | Age | +-------+------+ | John | 25 | | Carol | 26 | | Bob | 30 | | Sam | 35 | +-------+------+ 4 rows in set (0.16 sec)
这是仅将ID列选择为NULL的查询
mysql> select NULL AS Id,tbl.Name,tbl.Age from selectAllDemo tbl where Age=35;
以下是输出
+------+------+------+ | Id | Name | Age | +------+------+------+ | NULL | Sam | 35 | +------+------+------+ 1 row in set (0.07 sec)
热门推荐
10 毕业祝福语简短英语小学
11 恭喜新郎父母简短祝福语
12 宝宝简短的生日祝福语
13 水晶婚夫妻祝福语简短
14 讲课祝福语简短10字
15 简短的高考祝福语精选
16 祝福语简短大全微信
17 婚礼仪式祝福语简短
18 小红书生日祝福语简短