方法一
sql="select * from table where id<>null "
or
sql="select * from table where len(id)>1"
方法二
"select 字段名序列 from talbe where 字段 is not null"
由于 null 不是一个值,而是一个状态
所以我建议不要使用算术逻辑符号 “<>”
方法一
sql="select * from table where id<>null "
or
sql="select * from table where len(id)>1"
方法二
"select 字段名序列 from talbe where 字段 is not null"
由于 null 不是一个值,而是一个状态
所以我建议不要使用算术逻辑符号 “<>”
MySQL如何查询某个字段含有字母数字的值。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M