ASP高手进来帮下忙 一个sql语句

2025-02-21 18:40:34
推荐回答(4个)
回答1:

select * from 表 where 性别=女 and 年龄=35 and 专业=false or 性别=女 and 年龄=35 业余=false
这样写吧!

回答2:

select * from 表 where 性别=女 and 年龄=35 and (专业=false or 业余=false)

回答3:

select * from 表 where 性别='女' and 年龄=35 and (专业=false or 业余=false)

回答4:

性别=女 and 年龄=35 and (专业=false or 业余=false)
http://www.360doc.com/content/10/0610/22/1175701_32415601.shtml