Skip to content

Instantly share code, notes, and snippets.

@mattm
Last active January 3, 2018 18:45
Show Gist options
  • Save mattm/7f3d15cbb3bd22b924977d82f1964bda to your computer and use it in GitHub Desktop.
Save mattm/7f3d15cbb3bd22b924977d82f1964bda to your computer and use it in GitHub Desktop.
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