How can I fix this error : non supported SQL92?

后端 未结 5 2095
盖世英雄少女心
盖世英雄少女心 2020-12-19 03:32

I wirte code in java and database connection with oracle. I run some script and get this error.My script work in toad but not work in my project

url include .

5条回答
  •  一整个雨季
    2020-12-19 04:04

    It's all about { and }. You do not use them. Ojdbc won't parse it. Use different token instead of them.

提交回复
热议问题