Hemelwijs25
Member
I have a table in my schema with a object name in lowercase "schema_version" (created by the Flyway db migration tool).
When I right click and select query data the query is pasted in a new sql window without quotes:
select * from APPL_KLANTCONTACT.schema_version t
And I get a ORA-00942: table or view does not exist error.
Now I have to manually add the quotes to make it work.
Is it possible to always add quotes for this kind of objects?
When I right click and select query data the query is pasted in a new sql window without quotes:
select * from APPL_KLANTCONTACT.schema_version t
And I get a ORA-00942: table or view does not exist error.
Now I have to manually add the quotes to make it work.
Is it possible to always add quotes for this kind of objects?