Skip to content

Instantly share code, notes, and snippets.

@dandrake
Last active May 26, 2022 00:49
Show Gist options
  • Save dandrake/3180b3a89ee0c6c8e91d768e7fadc01a to your computer and use it in GitHub Desktop.
Save dandrake/3180b3a89ee0c6c8e91d768e7fadc01a to your computer and use it in GitHub Desktop.
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