首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

sql中空值如何表示

2012-04-23 
sql中空值怎么表示?select * from table where namenull是这样吗?[解决办法]SQL codeselect * from table

sql中空值怎么表示?
select * from table where name=null
是这样吗?

[解决办法]

SQL code
select * from table where name is null 

热点排行