Changeset 4836 for temp


Ignore:
Timestamp:
2006/09/17 12:57:26 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r4835 r4836  
    210210     
    211211    // ǯÎð¤ÎÈϰϤò»ØÄꤷ¤Æ¥Ç¡¼¥¿Ãê½Ð 
    212     $sql.= "SELECT COUNT(*) AS order_count, SUM(total) AS total, int8(AVG(total)) AS total_average "; 
     212    $sql.= "SELECT COUNT(*) AS order_count, SUM(total) AS total, (AVG(total)) AS total_average "; 
    213213    $sql.= "FROM dtb_order "; 
    214214     
Note: See TracChangeset for help on using the changeset viewer.