我在数据库中有 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]