Turns on individual keywords that are disabled by default.
String
Empty string
This option can only be set for the PUBLIC group. User and temporary settings are not allowed.
This option turns on individual keywords that are disabled by default. Only the LIMIT keyword can be turned on.
The following statement allows the LIMIT keyword to be recognized as a keyword:
SET OPTION RESERVED_KEYWORDS = 'LIMIT';
Each setting of this option replaces the previous setting. The following statement clears all previous settings:
SET OPTION RESERVED_KEYWORDS = ;