PL/SQL Developer V5.1.0.657
I had the following code with an in-line view in a SQL Window. I selected the code and requested beautification. The code was changed in functionality as opposed to form.
SELECT
TFAC.teaching_faculty_code,
TFAC.teaching_faculty,
AOU.aou_code,
AOU.aou_name...