select FLIGHT_DATE, 
replace(wm_concat(FLIGHT_NO), ',', '*') 
FLIGHT_NO
from T2001
 group by FLIGHT_DATE

【原】Oracle拼接字段

相关文章: