ASP MSSQL 查询一个字段里包含几个中文或者为空的语句
sql="select*fromzjgwhereusers_id="&session(""&user_id&"")&"andsto_moneyisnulland(orde...
sql="select * from zjg where users_id="&session(""&user_id&"")&" and sto_money is null and (order_province not like '%江苏%') and (order_province not like '%上海%') or order_province is null
我要查询order_province地段里不包含"江苏",或者不包含"上海",,或者为空,,,,
如何修改,高手指教,非常感谢. 展开
我要查询order_province地段里不包含"江苏",或者不包含"上海",,或者为空,,,,
如何修改,高手指教,非常感谢. 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏20(财富值+成长值)
展开全部
select * from zjg where users_id="&session(""&user_id&"")&" and sto_money is null and
(
(order_province not like '%江苏%') and (order_province not like '%上海%') or order_province is null
)
(
(order_province not like '%江苏%') and (order_province not like '%上海%') or order_province is null
)
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询