Skip to content

Instantly share code, notes, and snippets.

@webfacer
Created September 25, 2019 14:50
Show Gist options
  • Save webfacer/d5c081237e17f5f96efc736a0311f78a to your computer and use it in GitHub Desktop.
Save webfacer/d5c081237e17f5f96efc736a0311f78a to your computer and use it in GitHub Desktop.
Delete From with subquery and SameTable
delete from myTable where id in(SELECT id FROM (SELECT id, from_unixtime(crdate, '%Y') from myTable WHERE pid = 2203 and from_unixtime(crdate, '%Y') = 2018) mail)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment