注册 登录
编程论坛 SQL Server论坛

查询语句

jxawgyl 发布于 2008-06-28 11:26, 825 次点击
想查出sendope列不是1的数据,sendope格式是varchar,

SELECT * from  RecipeView
where  sendope not in ('1') order by reccode
却查不出来,如何修改?
1 回复
#2
毐唻毐彺2008-06-28 12:20
你写成不等于是“1”就可以了
1