私は次を実行しようとします:
select *
from tax.tax_payer@reis tp
left outer join re_right@reis r on (tp.tin = r.tin or tp.tin = r.tin_a1 or tp.tin = r.tin_a2)
where (r.right_status = -1 or r.right_status is null)
--and r.right_id is not null
and tp.je_id = 12;
しかし、取得し続けます
ORA-00933: SQLコマンドが正しく終了していません。
コメントを削除すると正常に動作しますが、なぜですか?