Capture Row Formatting Errors and Declare a Reject LimitCapture Row Formatting Errors and Declare a Reject LimitThe following SQL fragment captures formatting errors internally in HAWQ and declares a reject limit of 10 rows. LOG ERRORS INTO errortable SEGMENT REJECT LIMIT 10 ROWS