'PCDS') group by book,par_num ) T";/*查有譯文的段落,并分類匯總——已完成*/ $finished=PDO_FetchOne($query); $persent=$finished/$allpar; print "总共:$allpar
已经完成:$finished
百分比:$persent"; //$Fetch = PDO_FetchAll($query); //$iFetch=count($Fetch); /*查询结束*/ ?>