Hi All, When exporting a query result to excel, one tab has the result set, and the other has the SQL. Is it possible to set a preference in Oracle SQL Developer that keeps the SQL script from having double quotes around the double quotes? Example:
Pre Export: t.table_name "Nameoftable"
Post Export: t.table_name ""Nameoftable""
Any and all help greatly appreciated.
Thanks, Cleve