Skip to Main Content

SQL Developer for VS Code

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!

time formatting seen as bind var

Steve RomanowJul 2 2026 — edited Jul 2 2026

When executing a query the following columns are seen as bind vars and prompted. I don't think it has always done this.

     to\_char(z.start\_date,'HH24:MI') "START\_TIME",

    to\_char(z.end\_date,'HH24:MI') "END\_TIME",

edit: the escaped underscores are from the paste into forum

Comments
Post Details
Added on Jul 2 2026
1 comment
68 views