看板Programming
标 题Re: 请教MySQL语法,关於选取
发信站吟风‧眺月‧擎天岗 (Thu Jun 1 08:43:01 2006)
转信站ptt!ctu-reader!news.nctu!BBS of NCUE BioDept
※ 引述《[email protected] (痞子军团团长)》之铭言:
> ※ 引述《[email protected] (鸢尾)》之铭言:
> : 我有两个资料表
> : 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
还是我记错了 ^^"
有错烦请回信告诉我
感激不尽
--
→↓ O
rigin:
彰化师大生物系˙吟风‧眺月‧擎天岗 micro.bio.ncue.edu.tw
↑← Au
thor:
OLDMAN 从
220-143-228-212.dynamic.hinet.net 发表