Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save worstn8mare/4d067a23771d43ec7f37587eca7229c7 to your computer and use it in GitHub Desktop.

Select an option

Save worstn8mare/4d067a23771d43ec7f37587eca7229c7 to your computer and use it in GitHub Desktop.
SELECT * from posting_gls WHERE posting_id in (
SELECT id from postings where DATE(post_date) < "2017-01-01"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment