select ZY_NAME, DECODE(count(ZY_NAME), '1', '省示范專業', '2', '省示范、國家特色專業', '無') as TYPE from ZY_TAB GROUP BY ZY_NAME;
確定! 回上一頁