1.JDBC Connection Configuration中配置Database URL時在URL后面添加 ?allowMultiQueries=true
2.JDBC Request中添加語句
- insert into-Query Type 選擇 Prepared Update Statement
- update -Query Type 選擇 Update Statement
(注:根據在網上查到的結果,說Query Type要選擇Calleble Statement,不是很明白)
1.JDBC Connection Configuration中配置Database URL時在URL后面添加 ?allowMultiQueries=true
2.JDBC Request中添加語句
(注:根據在網上查到的結果,說Query Type要選擇Calleble Statement,不是很明白)
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。