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!

Feature request: Refactor CTE to Subquery and vice versa

Shay CollingsFeb 29 2024 — edited Feb 29 2024

Given that OAS and OAC do not support the use of direct SQL queries that contain CTEs and that the use of CTEs is widely accepted and often preferred practice in highly complex queries. It would be great if SQL developer could refactor a CTE query to a subquery format. LIkewise for people that are trying to modernise old queries with for example 10 levels deep of subquery it would be great to be able to convert these directly to a CTE query.

Comments
Post Details
Added on Feb 29 2024
4 comments
340 views