How can I get object name or list of column names if object name or column names use quoted notation?
example:
When I try to get table name (Drag&Drop) or insert statement or comma separated column list then I get identifiers in lower case.
Please, can you help me to resolve the issue.
example:
SQL:
create table "MyTable"("ColumnName1" varchar2(30), "ColumnName2" varchar2(30))
When I try to get table name (Drag&Drop) or insert statement or comma separated column list then I get identifiers in lower case.
Please, can you help me to resolve the issue.