SELECT DISTINCT(r.MasterID) FROM sd_pre_post_actions_details r,sd_pre_post_actions_details su, sd_pre_post_actions_details st ,sd_pre_post_actions_details sdr,sd_pre_post_actions_details sd1,sd_pre_post_actions p,sd_pre_post_actions_details sd2,sd_pre_post_actions_details sd3 where r.MasterID = su.MasterID and r.MasterID = st.MasterID and st.MasterID = su.MasterID and sdr.MasterID = su.MasterID and sdr.MasterID = sd1.MasterID and sd1.MasterID = sd2.MasterID and sd2.MasterID = sd3.MasterID and r.MasterID= p.id and r.CategoryID =1 and r.CategoryValue =10 and st.CategoryID =3 and (st.CategoryValue=0 OR st.CategoryValue=73) and sdr.CategoryID =4 and (sdr.CategoryValue=0 OR sdr.CategoryValue in (12,14,6,10,20,16,7,37)) and su.CategoryID =2 and (su.CategoryValue=0 OR su.CategoryValue=91) and sd1.CategoryID =6 and (sd1.CategoryValue=0 OR sd1.CategoryValue=0) and sd2.CategoryID =7 and (sd2.CategoryValue=0 OR sd2.CategoryValue=0) and sd3.CategoryID =8 and (sd3.CategoryValue=0 OR sd3.CategoryValue=0) and p.Pre_Post_Action=1 and p.ProjectID=1 order by p.LaunchingOrder |
6
|
16
|
4
|
|
0.00
|