Formatter does not work when trying to format a select like the one below:
SELECT a, b, c,
d, e, f,
g, h, i,
j, k, l,
m, n, o,
p, q, r, s,
(SELECT MIN(t2.a)
FROM t2
WHERE t2.x = :y)
FROM t1
WHERE x = :y;
Unknown
WORKAROUND
None
STATUS
Waiting for fix in a future release of SQL Navigator for Oracle
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center