Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようにmysqlにテーブルスキーマがあるとします:-
ipsrc,ipdst,framelen
今、私が次のことをすると:-
select max(framelen) from tblname group by ipsrc,ipdst
一意の ipsrc:ipdst ペアごとに最大の framelen を取得します。
framelen各ペアのすべてが必要な場合はどうすればよいですipsrc:ipdstか???
framelen
ipsrc:ipdst
SQLでそれを取得するにはどうすればよいですか?