01 October 2015 :
Two death row convicts were hanged in the Central Jail of Faisalabad. Shoukat and Ikhlaq had killed two brothers, Tariq Javed and Zafar Iqbal, 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 (19306297) ORDER BY d.datains DESC, d.rilevanza DESC LIMIT 6
01 October 2015 :
Two death row convicts were hanged in the Central Jail of Faisalabad. Shoukat and Ikhlaq had killed two brothers, Tariq Javed and Zafar Iqbal, in 2001.