![]() |
#2
yms1232012-03-23 11:57
|
mssql2000 查询某个字段值不为ip条件怎么写
表 table
id a b c
1 a a a
2 a 127.0.0.1 c
3 a 157.0.17.4 c
4 b c a
select * form table where b 怎么写
查询出来的内容是
1 a a a
4 b c a