Changeset 4813 for temp/trunk/data/lib/slib.php
- Timestamp:
- 2006/09/16 18:04:45 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r4812 r4813 2290 2290 $col .= " cat.create_date,"; 2291 2291 $col .= " cat.update_date,"; 2292 $col .= " cat.del_flg"; 2292 $col .= " cat.del_flg, "; 2293 $col .= " ttl.product_count, "; 2294 2293 2295 $from = "dtb_category as cat left join dtb_category_total_count as ttl on ttl.category_id = cat.category_id"; 2294 2296 // ÅÐÏ¿¾¦ÉÊ¿ô¤Î¥Á¥§¥Ã¥¯
Note: See TracChangeset
for help on using the changeset viewer.
