Re: 請教MySQL語法,關於選取

看板Programming作者時間18年前 (2006/06/01 09:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/5 (看更多)
※ 引述《PsMonkey.bbs@ptt.cc (痞子軍團團長)》之銘言: > ※ 引述《singulai.bbs@bbs.ntu.edu.tw (鳶尾)》之銘言: > : 我有兩個資料表 > : class1 > : ------------------ > : Name Score > : class2 > : ------------------ > : Name Score > : 請教於mysql下應該如何下指令讓結果為下:(合併後,又按照分數排序) > 關鍵字式 union > 針對 union 完畢的 table 再作 order by select Name,Score from class1 union select Name,Score from class2 order by Score 另外,我記得好像可以這樣寫吧!!? select Name,Score from class1,class2 order by Score 還是我記錯了 ^^" 有錯煩請回信告訴我 感激不盡 -- Origin: 彰化師大生物系˙吟風‧眺月‧擎天崗 micro.bio.ncue.edu.tw Author: OLDMAN220-143-228-212.dynamic.hinet.net 發表
文章代碼(AID): #14VZnE00 (Programming)
文章代碼(AID): #14VZnE00 (Programming)