01 September 2015 :
death row prisoner Zulfiqar alias Nana was executed in the New Central Jail of Bahawalpur for murdering four police officials during an encounter in Yazman in 1997. He was sentenced to death in 2001.SELECT distinct(d.iddocumento), d.* from documenti d JOIN destinazionidocumenti dd ON (d.iddocumento = dd.iddocumento) WHERE d.idtipodocumento = 1 AND d.idlanguage = 7 AND d.status = 3 ORDER BY d.datains DESC, d.rilevanza DESC LIMIT 6 SELECT distinct(d.iddocumento), d.* from documenti d JOIN destinazionidocumenti dd ON (d.iddocumento = dd.iddocumento) WHERE d.idtipodocumento = 1 AND d.idlanguage = 7 AND d.status = 3 AND dd.iddocumento not in (19305609) ORDER BY d.datains DESC, d.rilevanza DESC LIMIT 6
01 September 2015 :
death row prisoner Zulfiqar alias Nana was executed in the New Central Jail of Bahawalpur for murdering four police officials during an encounter in Yazman in 1997. He was sentenced to death in 2001.