Changes between Version 12 and Version 13 of v6/pgsummary
- Timestamp:
- 05/03/2012 10:36:14 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6/pgsummary
v12 v13 72 72 ) 73 73 SELECT * FROM source; 74 }}} 75 * wm_concat写法调整 76 {{{ 77 oracle(默认的连接符为逗号): 78 select wm_concat (distinct area_id) from pp_ad group by brand_id ; 79 80 pg: 81 select STRING_AGG (company_name, ',') from pp_ad group by brand_id ; 82 select STRING_AGG (distinct area_id::text, ',') from pp_ad group by brand_id ; 74 83 }}} 75 84
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/global/2008/images/jss/m_logo091125.jpg)