Created
October 3, 2016 12:11
-
-
Save kerbelp/81e96ba5e3ca8f2550814e84fe8473ce 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
DELETE FROM schema.table | |
WHERE ts < (SELECT sysdate - 90); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment