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?
edit: should have said, Toad Data Point 6.4, in the Editor.