Vous êtes sur la page 1sur 1

select * from l_label_constant limit 1;

select
this_.id as y0_,
this_.title as y1_,
this_.description as y2_,
jobtypelab8_.localizedtext_labelcode as y3_
from
t_campaign this_
where
this_.id=8

select
count(*)
from
t_campaign camp
join t_advertisement adv on adv.id = camp.advertisement_id
join t_campaign_attribute_value cav on cav.id = adv.industry_id

where
cav.id=20 and is_deleted='f'

select * from t_campaign limit 1


select
count(*)
from
t_campaign camp
join t_advertisement adv on adv.id = camp.advertisement_id
join t_campaign_attribute_value cav on cav.id = adv.industry_id

where
adv.industry_id=8 and camp.status ='LAUNCHED' and camp.is_deleted = false

Vous aimerez peut-être aussi