What is the following SQL command used for?
Select * from table(validate(t1, job_id => '_last'));
The SQL commandSelect * from table(validate(t1, job_id => '_last'));is used to return errors from the last executed COPY command into table t1 in the current session.It checks the results of the most recent data load operation and provides details on any errors that occurred during that process1.
Currently there are no comments in this discussion, be the first to comment!