Changeset 314 for trunk


Ignore:
Timestamp:
May 22, 2019, 5:08:14 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/index.php

    r294 r314  
    10981098               
    10991099                $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" ;
    11011101                $res_candi = $dbi->prepare("$sql");
    11021102                $res_candi->execute();
Note: See TracChangeset for help on using the changeset viewer.