【SQL】postgresql:如何從group by子句中獲取主鍵? 2021-01-08 SQL. 這是一個選擇一組所需行的查詢: select max(a), b, c, d, e from T group by b, c, d, e;
確定! 回上一頁