DBに3つのテーブルがあります。
次のような結合クエリを作成したい:
from Installment i
join Payment p on i.vcode=p.Installment_Vcode and p.vcode=:vcode
しかし、実行すると次のエラーが発生します。
unexpected token: on near line 1, column 47 [from information.Installment i join Payment p on i.vcode=p.Installment_Vcode]