select case when YuWen <60 then '²»¼°¸ñ' when YuWen>=60 and YuWen<=70 then '¼°¸ñ' when YuWen>=80 then 'ÓÅÐã' end 'YuWen', case when YinYu <60 then '²»¼°¸ñ' when YinYu>=60 and YinYu<=70 then '¼°¸ñ' when YinYu>=80 then 'ÓÅÐã' end 'YinYu',case when ShuXue <60 then '²»¼°¸ñ' when ShuXue>=60 and ShuXue<=70 then '¼°¸ñ'
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Runtime.InteropServices; nam ......