请采用下列sql脚本试一试:
select * from [table] where a1='1' and (a2 =true or a3 =true or a4=true or a5=true)
请采纳!
where a1=1 and (a2 or a3 or a4 or a5 or a6)