Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcomalva/a34b3db42f734a58f2ce10420684ffb8 to your computer and use it in GitHub Desktop.
Save marcomalva/a34b3db42f734a58f2ce10420684ffb8 to your computer and use it in GitHub Desktop.
[stl_load_errors] Query Amazon Redshift Upload Errors #SQL #Redshift
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