How to write a function in the H2 database without using Java

前端 未结 2 1754
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-10 06:52

This question is reference to question \"How to create stored procedure using H2 database?\" (continuation of the same question).

Is there a way to write a function

2条回答
  •  自闭症患者
    2020-12-10 07:15

    Currently, H2 does only support functions written in Java or a related language (for example Groovy or Scala). PL/SQL (Oracle) and T-SQL (MS SQL Server, Sybase) are not supported.

提交回复
热议问题