Skip to content

Instantly share code, notes, and snippets.

@mattm
Last active January 3, 2018 18:45
Embed
What would you like to do?
Missing Records
SELECT mpy_id FROM members_payments WHERE mpy_id BETWEEN 1 AND 10;
+--------+
| mpy_id |
+--------+
| 1 |
| 4 |
| 6 |
| 9 |
| 10 |
+--------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment