Last active
May 17, 2018 18:31
-
-
Save maletor/00304f5f38635d7005285a724f8c96b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Table | |
----- | |
id msg_id name | |
1 | 1 | Tom | |
2 | 1 | Dick | |
3 | 1 | Harry | |
4 | 2 | Tom | |
5 | 2 | Dick | |
6 | 3 | Tom | |
7 | 3 | Dick | |
8 | 3 | Harry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should return only row 2, but returns row 1, 2 and 3.