株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

update_dateの最新を取得したい場合、over (partition by subusername)でまずsubsernameをグルーピングして、その中のMax(date)を取得する。
どうしてグルーピングするかというと、他のsubsernameも入ってくるから。

上記のクエリ結果をwithでtの別名をつけて、update_dateとlatest_dateが一致するもののみを取得すれば最新が取れる

このような感じでsubusernameがqwerty654321の中の最新日時のレコードのみが取得できる

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)