ScottMattes
Member³
start with this
and beauifier gives
add a hint
and beautifier gives
ugh!
I think it should give this
Code:
select this
from that
where something = something_else;
Code:
SELECT THIS
FROM THAT
WHERE SOMETHING = SOMETHING_ELSE;
Code:
select /*+ rule */ this
from that
where something = something_else;
Code:
SELECT /*+ rule */
THIS
FROM THAT
WHERE SOMETHING = SOMETHING_ELSE;
I think it should give this
Code:
SELECT /*+ rule */
THIS
FROM THAT
WHERE SOMETHING = SOMETHING_ELSE;