"select creator_id,id from community_pictorial where is_online =True and id not in (select pictorial_id from reply group by pictorial_id)")
"select creator_id,id from community_pictorial where is_online =True and is_deleted=False and id not in (select pictorial_id from reply group by pictorial_id)")