Last active
May 26, 2022 00:49
-
-
Save dandrake/3180b3a89ee0c6c8e91d768e7fadc01a 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
select * from THINGS_IM_GONNA_DO where | |
thing = "give you up" or | |
thing = "let you down" or | |
thing = "run around and desert you" or | |
thing = "make you cry" or | |
thing = "say goodbye" or | |
thing = "tell a lie and hurt you"; | |
select count(*) from problems; | |
99 | |
select problem from problems where problem="bitch"; | |
select city from cities where grass="green" and girls="pretty"; | |
Paradise City | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment