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!

When I drag/drop a list of column names, each column name is getting enclosed by single quote

User_XOIZWAug 5 2021

In the sql-developer version 20.4.0.379 Build 379.2205:
In an SQL worksheet, I wrote a table name and put the cursor on it. Then I hit Shift+F4. This opens a pop up window displaying the list of the columns . I am selecting all the columns in that list, and drag-dropping them back to worksheet.
I am expecting those column names would come to my worksheet as follows:
COL_A,COL_B,COL_C
But in this version of sql-developer it is coming as:
'COL_A','COL_B','COL_C'
God is finally being so kind to me, and giving me those extra single quotes, which I do not want.
How can I make that happen? Please help.
(Note: I tried praying, but that did not work)

Comments
Post Details
Added on Aug 5 2021
2 comments
437 views