Drewb
Member
Is there a way to have the beautifier wrap the 'AND' in my where clauses to the next line, as in:
WHERE (AL1.CLAIM_NUM = AL2.CLAIM_NUM(+)
AND AL3.BILL_SEQ_NUM = AL1.BILL_SEQ_NUM
as opposed to what it currently does:
WHERE (AL1.CLAIM_NUM = AL2.CLAIM_NUM(+) AND AL3.BILL_SEQ_NUM = AL1.BILL_SEQ_NUM
In the general tab of the beautifier, I have the code formatted that way, but doesn't seem to affect how the beautifier does the formatting.
thx.
Drew
WHERE (AL1.CLAIM_NUM = AL2.CLAIM_NUM(+)
AND AL3.BILL_SEQ_NUM = AL1.BILL_SEQ_NUM
as opposed to what it currently does:
WHERE (AL1.CLAIM_NUM = AL2.CLAIM_NUM(+) AND AL3.BILL_SEQ_NUM = AL1.BILL_SEQ_NUM
In the general tab of the beautifier, I have the code formatted that way, but doesn't seem to affect how the beautifier does the formatting.
thx.
Drew