Controls the behavior in response to any SQL code that is not part of a specified set of SQL92.
E, I, F, or W
W
The SQL_FLAGGER_ERROR_LEVEL option flags as an error any SQL code that is not part of a specified set of SQL92. Allowed values and meanings are shown in Table 2-15.
Value |
Action |
---|---|
E |
Flag syntax that is not entry-level SQL92 syntax |
I |
Flag syntax that is not intermediate-level SQL92 syntax |
F |
Flag syntax that is not full-SQL92 syntax |
W |
Allow all supported syntax |