Z
zhbj
Unregistered / Unconfirmed
GUEST, unregistred user!
语句 Select count(ID) as 数量, DW
From (select B.id,B.dw,B.SL,K.id
from B,K
where (B.ID = K.id) and (K.SL>20))
Group DW
如何执行错误!
From (select B.id,B.dw,B.SL,K.id
from B,K
where (B.ID = K.id) and (K.SL>20))
Group DW
如何执行错误!