0

持っている 2 つのテーブルを結合したいのですが、エラーが発生しました。私はこの構文を使用しました:

Query qrec2=em.createQuery("Select o from OfPlanifie o Operateur w where o.idOpe =: w.idOpe");

しかし、私はこのエラーが発生しました:

Caused by: Exception [EclipseLink-8025] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.JPQLException
Exception Description: Syntax error parsing the query [Select o from OfPlanifie o Operateur w where o.idOpe =: w.idOpe], line 1, column 27: unexpected token [Operateur].
Internal Exception: NoViableAltException(80@[()* loopback of 477:9: (node= join )*])

これらの2つのテーブルを結合するにはどうすればよいですか?

4

1 に答える 1