RDB/VMS SQL SET_QUOTING_RULES — VMS RDB_4.2
SET QUOTING RULES --> runtime-options ----> ; SET QUOTING RULES specifies whether strings within double quotation marks are interpreted as string literals or delimited identifiers in the current connection. You can use the SET QUOTING RULES statement with interactive and dynamic SQL only.
Additional information available:
runtime options
runtime-options --+---> 'literal' --------------+--> +---> parameter --------------+ +---> parameter-marker -------+ The value of runtime-options must be one of the following: o SQL92 o SQL89 o MIA o SQLV40