Changeset 4821 for temp


Ignore:
Timestamp:
2006/09/16 21:15:33 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/batch/daily.php

    r4820 r4821  
    113113    $sql.= "SUM((SELECT COUNT(*) WHERE order_sex = 2 AND customer_id = 0)) AS women_nonmember, ";*/ 
    114114    $sql.= "SUM(total) AS total, "; 
    115     $sql.= "int8(AVG(total)) AS total_average "; 
     115    $sql.= "(AVG(total)) AS total_average "; 
    116116    $sql.= $from; 
    117117    $sql.= $where;      // ¼õÃíºîÀ®Æü¤Ç¸¡º÷¤¹¤ë 
Note: See TracChangeset for help on using the changeset viewer.