我在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]