0

is there the possibility to include oracle pipelined table function in JPQL query. I tried this

SELECT
   e,
   FUNC.DATE
FROM
   TABLE(MYFUNCTION(:id)) FUNC,
   MyClass e
WHERE
   FUNC.ID = e.id

but I have following error:

unexpected token: TABLE: line 1:58: unexpected token: TABLE
MT0
  • 143,790
  • 11
  • 59
  • 117
Fra83
  • 511
  • 1
  • 5
  • 15

0 Answers0