OPTION (IGNORE ERRORS)
- Last UpdatedSep 29, 2022
- 1 minute read
- PI System
- PI OLEDB Enterprise 2019
- Developer
Normally a SQL query returns an error as soon a database call throws an exception. This query hint allows retrieving data to continue even if previous rows are in error. The result set will just omit rows in error, but return all other rows.
This query hint is not supported by all tables. Tables that support are listed in Table and Table-Valued Function structures.