Changeset 314 for trunk/client
- Timestamp:
- May 22, 2019, 5:08:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/index.php
r294 r314 1098 1098 1099 1099 $sql="SELECT t1.id_cand , t1.cognome, t1.nome, t1.num_cand, t2.id_cand, sum(t2.voti) as somma FROM ".$prefix."_ele_candidati as t1 , ".$prefix."_ele_voti_candidati as t2 1100 where t1.id_lista='$id_lista' and t1.id_cand=t2.id_cand group by t1.id_cand order by somma desc " ;1100 where t1.id_lista='$id_lista' and t1.id_cand=t2.id_cand group by t1.id_cand order by somma desc, t1.num_cand asc" ; 1101 1101 $res_candi = $dbi->prepare("$sql"); 1102 1102 $res_candi->execute();
Note:
See TracChangeset
for help on using the changeset viewer.