Re: [SQL ] 組資料問題
※ 引述《cutekid (可愛小孩子)》之銘言:
: 網址: http://sqlfiddle.com/#!9/920483/18
: select *
: from orders t1
: inner join order_items t2 on t1.id = t2.order_id
: inner join commodities t3 on t2.match_id = t3.id
: inner join (
: select t1.id,min(manufacture_time) as m_time
: from orders t1
: inner join order_items t2 on t1.id = t2.order_id
: inner join commodities t3 on t2.match_id = t3.id
我後來的想法是這樣
http://sqlfiddle.com/#!9/306fc6/4
把最小的manufacture_time JOIN 回order之後 就可以用兩個欄位來sort了
然後用orm查完之後再去組回傳資料
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.34.35.125 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/Database/M.1571885896.A.74E.html
※ 編輯: MOONY135 (114.34.35.125 臺灣), 10/24/2019 11:07:58
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 3 之 3 篇):
Database 近期熱門文章
PTT數位生活區 即時熱門文章