Created
March 24, 2022 20:17
-
-
Save marcomalva/a34b3db42f734a58f2ce10420684ffb8 to your computer and use it in GitHub Desktop.
[stl_load_errors] Query Amazon Redshift Upload Errors #SQL #Redshift
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 stl_load_errors s | |
-- WHERE s.filename LIKE '%' | |
ORDER BY s.starttime DESC | |
LIMIT 5; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment