BJCooperIT
Member²
It would be nice to have an option to have other keywords start on the next line and be aligned.
AFTER BEAUTIFYING:
DESIRED:
Thanks!
AFTER BEAUTIFYING:
Code:
WHERE add_months(ips.inspenaltysmry_created_dt, -1) BETWEEN
to_date('' || p_startrange || '', 'MM/DD/YYYY') AND
to_date('' || p_endrange || '', 'MM/DD/YYYY')
Code:
WHERE add_months(ips.inspenaltysmry_created_dt, -1)
BETWEEN to_date('' || p_startrange || '', 'MM/DD/YYYY')
AND to_date('' || p_endrange || '', 'MM/DD/YYYY')