多项选择题

A. select *from user where A=1 and B=1
B. select *from user where 1=1 and A=1 and B=1
C. select *from user where B=1 and C=1
D. select *from user where A=1 and C=1