Removing quotes from tab autocomplete

Hi there. I'm working with several types of databases; snowflake, MS SQL, etc., and I mix and match. Therefore, I usually use table names with database and schema. TOAD seems to like to add quotes when I tab the autocomplete, and that makes my code a little weird.

I try the following:

SELECT * FROM INVOKELEARNING.CURATED.APPLICATIONS

And when I use tab to use autocomplete, it converts into the following:

SELECT * FROM "INVOKELEARNING"."CURATED"."APPLICATION"

That's just annoying. How do I fix that? :slight_smile:

edit: should have said, Toad Data Point 6.4, in the Editor.

Hi,

You can check options under the Editor/Code Completion/General tab related to quoting. If you do not want to see the quotes around the object names, choose the ’’Never’’ option.