QuestionQ70

Data Loading, Unloading & Connectivity

Which function retrieves every error from a previous execution of a COPY INTO <table> command?

Explanation

Snowflake’s VALIDATE table function validates the files from a prior COPY INTO <table> execution and returns all errors encountered during the load, rather than only the first error.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!