Posts
Sort by recent activity
Parenthesis characters stripped?
In the following snippet, the parens get stipped:
join
(
bill_payement_data bpd
join
bill_pay_adjustment_table bpat
on
bpd.facility = bpat.facility
and bpd.payment_code = bpat.payment_code
)
on
r2....