ジョーのメールアドレスを選択して、選択クエリを実行するたびに、ID の順序で返されるメールアドレスが 1 つだけになるようにする方法を探しています。ラウンドロビンのような結果..
so on first select I get joe@blogs.com
and then second I get joe@gmail.com
and third joe@outlook.com
and next joe@blogs.com as there are only three entries
お分かりでしょうが。
addresses
---------------------
id|name|email
---------------------
1 |joe |joe@blogs.com
2 |joe |joe@gmail.com
3 |joe |joe@outlook.com