21,890
社区成员
发帖
与我相关
我的任务
分享
create view view_wuyan as
select * from wuyan_a where z1='".$f."'
union all
select * from wuyan_b where z1='".$f."'
union all
select * from wuyan_c where z1='".$f."'
union all
select * from wuyan_c where z1='".$f."';
select * from view_wuyan order by rand();
select * from wuyan_a where z1='".$f."'
union all
select * from wuyan_b where z1='".$f."'
union all
select * from wuyan_c where z1='".$f."'
union all
select * from wuyan_d where z1='".$f."'
order by rand();
"select * from wuyan_a as a,wuyan_b as b,wuyan_c as,wuyang_d as d where a.z1 = b.z1 and b.z1 = c.z1 and c.z1 = d.z1 and d.z1 = '$f' order by rand()"
select * from wuyan_a where z1='".$f."' order by rand()
union all
select * from wuyan_b where z1='".$f."' order by rand()
union all
select * from wuyan_c where z1='".$f."' order by rand()
union all
select * from wuyan_d where z1='".$f."' order by rand()