Created
March 3, 2016 18:44
-
-
Save mkwatson/3419e55e96b05aadca5a 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
| select starttime, filename, err_reason, line_number, | |
| colname, type, col_length, position, raw_field_value, | |
| raw_line, err_code | |
| from stl_load_errors | |
| order by starttime desc limit 2; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment