Changeset 4667 for temp/trunk/html/admin/home.php
- Timestamp:
- 2006/09/13 10:48:01 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/home.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/home.php
r4666 r4667 136 136 $col.= "(SELECT det.product_name FROM dtb_order_detail AS det WHERE ord.order_id = det.order_id LIMIT 1) AS product_name, "; 137 137 $col.= "(SELECT pay.payment_method FROM dtb_payment AS pay WHERE ord.payment_id = pay.payment_id) AS payment_method, "; 138 $col.= " to_char(create_date, 'YYYY/MM/DD HH24:MI') AS create_date";138 $col.= "current_timestamp "; 139 139 $from = "dtb_order AS ord"; 140 140 $where = "del_flg = 0";
Note: See TracChangeset
for help on using the changeset viewer.
