Ignore:
Timestamp:
2007/03/29 14:31:32 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/total/index.php

    r12023 r12024  
    619619    $sql = "SELECT T1.product_id, T1.product_code, T1.product_name, T1.products_count, T1.order_count, T1.price, T1.total "; 
    620620    $sql.= "FROM ( "; 
    621     $sql.= "SELECT product_id, product_code, price, "; 
     621    $sql.= "SELECT product_id, product_name, product_code, price, "; 
    622622    $sql.= "COUNT(*) AS order_count, "; 
    623623    $sql.= "SUM(quantity) AS products_count, "; 
Note: See TracChangeset for help on using the changeset viewer.