Hi everyone
I hope this message finds you well. I am currently working with a database system that allows the configuration of certain options using the SET OPTION statement.
SET OPTION SUPPORT_DELIMITED_IDENTIFIERS = TRUE;
I understand that this setting takes effect at the system level, impacting all sessions and processes. However, I am looking for a way to enable support for delimited identifiers that only affects the current session, without altering the global configuration.
My question is:
Is there a way to set options like SUPPORT_DELIMITED_IDENTIFIERS specifically for a single session? If so, how can I achieve this?
Any insights or examples would be greatly appreciated! Thank you in advance for your help!
Best regards,