Created
June 28, 2016 18:13
-
-
Save ryankirkman/a46423378434abe799c976b2f30f2d82 to your computer and use it in GitHub Desktop.
This file contains 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
SELECT * | |
FROM credit_cards_history | |
WHERE credit_card_id = 1 | |
ORDER BY version DESC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment