對這文章發表回應
發表限制: 非會員 可以發表
發表者: 冷日 發表時間: 2012/11/13 8:25:27
MySQL 子查詢(sub query) limit 的用法
newtable 是一個別名,取什麼都可以
原因是:
原文出處:MySQL 子查詢(sub query) limit 的用法 @ Arrack筆記 :: 痞客邦 PIXNET ::
select * from (select * from table order by a limit 100 ) as newtable order by newtable.b
newtable 是一個別名,取什麼都可以
原因是:
error(#1248 Every derived table must have its own alias)
原文出處:MySQL 子查詢(sub query) limit 的用法 @ Arrack筆記 :: 痞客邦 PIXNET ::