Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How do you remove extra double quotes from SQL in Excel Exports?

Luigi3737Oct 17 2022

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

Comments

Post Details

Added on Oct 17 2022
2 comments
109 views