1. 程式人生 > >oracle的left join 後的有些條件無效

oracle的left join 後的有些條件無效

Select * From (
Select Rp.Module_Unique_Id, Rp.Part_No, Count(*) Over(Partition By Rp.Part_No) Qty
From r_Wip_Panel Rp
) q
Left Join c_Mod_Model c On q.Qty > 30

其中qty的條件無效,但是不知道原因,暫時記錄下來