Is there an option to stack values for an IN or INTO clause in the SQL Formatter?
For example, I have the following code:
OPEN c_rf_fr;
FETCH c_rf_fr INTO v_num_one, v_num_two, v_num_three;
CLOSE c_rf_fr;
And I'd like it to be formatted to:
OPEN c_rf_fr;
FETCH c_rf_fr INTO v_num_one,
v_num_two,
v_num_three;
CLOSE c_rf_fr;
Options for IN or INTO clause not available in Formatter Options.
WORKAROUND:
None.
STATUS:
Enhancement Request ST99437 has been submitted to Development for consideration in a future release of Toad for Oracle.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center