当前位置:网站首页>Ora-00909: invalid number of parameters, caused by concat
Ora-00909: invalid number of parameters, caused by concat
2022-06-27 06:25:00 【Have a cup of Java】
Use in the project Mybatis When making fuzzy queries , Use concat function , The number of error reporting parameters is invalid
reason
Oracle Only the splicing of two strings at a time is supported , But similar concat(‘%’,#{param},‘%’) It belongs to the splicing of three strings , Therefore, the number of error parameters is invalid
resolvent
Nested twice concat
concat(concat('%',#{param}),'%')
边栏推荐
- 427- binary tree (617. merge binary tree, 700. search in binary search tree, 98. verify binary search tree, 530. minimum absolute difference of binary search tree)
- Jump details of item -h5 list, and realize the function of not refreshing when backing up, and refreshing when modifying data (record scroll bar)
- C语言练手小项目(巩固加深知识点理解)
- JVM class loading mechanism
- Multithreading basic Part3
- 426-二叉树(513.找树左下角的值、112. 路径总和、106.从中序与后序遍历序列构造二叉树、654. 最大二叉树)
- My opinion on test team construction
- AHB2APB桥接器设计(2)——同步桥设计的介绍
- 路由器和交换机的区别
- JVM类加载机制
猜你喜欢

Dev++ environment setting C language keyword display color

426-二叉树(513.找树左下角的值、112. 路径总和、106.从中序与后序遍历序列构造二叉树、654. 最大二叉树)
[email protected][2389:1: columnNameTypeOrConstraint : ( ( tableConstraint ) | ( columnNameT"/>NoViableAltException([email protected][2389:1: columnNameTypeOrConstraint : ( ( tableConstraint ) | ( columnNameT

爬虫学习5---反反爬之识别图片验证码(ddddocr和pytesseract实测效果)

Yaml file encryption

JVM常用指令

【QT小作】使用结构体数据生成读写配置文件代码

JVM的垃圾回收机制

JVM overall structure analysis

0.0.0.0:x的含义
随机推荐
免费的 SSH 和 Telnet 客户端PuTTY
KubeSphere 集群配置 NFS 存储解决方案-收藏版
Using CSDN to develop cloud and build navigation websites
[QT dot] realize the watchdog function to detect whether the external program is running
el-select多个时,el-select筛选选中过的值,第二个el-select中过滤上一个选中的值
Cloud-Native Database Systems at Alibaba: Opportunities and Challenges
Go log -uber open source library zap use
Proxy reflect usage details
EasyExcel:读取Excel数据到List集合中
Multithreading basic part part 1
汇编语言-王爽 第9章 转移指令的原理-笔记
JS to implement bidirectional data binding
Sqlsever 字段相乘后保留2位小数
乐观事务和悲观事务
【QT小点】QT下载链接
下载cuda和cudnn
高斯分布Gaussian distribution、線性回歸、邏輯回歸logistics regression
C Primer Plus 第11章_字符串和字符串函数_代码和练习题
tar: /usr/local:归档中找不到tar: 由于前次错误,将以上次的错误状态退出
Ahb2apb bridge design (2) -- Introduction to synchronous bridge design