嗨順序按不工作的MySql順序按不工作MySql上
的代碼如下,
select * from School where School.type = 'HighSchool'
order by (select locations.name from locations inner join School_locations
on locations.id = School_locations.location_id where
School_locations.School_id = School.id and locations.location_country = 'US' limit 1)
和兩個上升以及輸出顯示相同作爲降如何解決這個問題
+1,這種方式較好。 – 2009-09-03 05:52:56
感謝Buddy +1爲你提供更好的答案 – 2009-09-03 06:58:52