4个回答
展开全部
select * from temp t where t.id=xxx and t.name='11' 可以加很多的条件的
select * from tab_a where 1=1 1=1 意思是where条件为真的1=2条件就为假的
select * from (select * from tab1 ) as t1,(select * from tab2 ) as t2 where t1.id=t2.id
and t1.name='' and t2.pa=''; 把select * from tab1和select * from tab2 看成两个表
select * from tab_a where 1=1 1=1 意思是where条件为真的1=2条件就为假的
select * from (select * from tab1 ) as t1,(select * from tab2 ) as t2 where t1.id=t2.id
and t1.name='' and t2.pa=''; 把select * from tab1和select * from tab2 看成两个表
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个问的不是很清楚,最简单的就是
select * from A where A.id=3333 and A.name='zh';
将多个条件用and连接就可以,如果有或者的条件用or就可以
select * from A where A.id=3333 and A.name='zh';
将多个条件用and连接就可以,如果有或者的条件用or就可以
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
select * from tab_a where 1=1 and 2=2 and 3=3;
等等,用and连接查询条件。
等等,用and连接查询条件。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询