sql_update_以學段為單位只更新每個學科第一條記錄的for_stage為y

wisdomone1發表於2010-07-16
##以學段為單位只更新每個學科第一條記錄的for_stage為y
update e_subjectinfo set for_stage=null;
 

update e_subjectinfo a set a.for_stage='Y'
where a.rowid=(select min(b.rowid) from e_subjectinfo b where  a.subjectname=b.subjectname and a.teachstage=b.teachstage)

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-668201/,如需轉載,請註明出處,否則將追究法律責任。

相關文章