当前位置:网站首页>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}),'%')
边栏推荐
猜你喜欢

分数阶PID控制

427-二叉树(617.合并二叉树、700.二叉搜索树中的搜索、98. 验证二叉搜索树、530.二叉搜索树的最小绝对差)

Inter thread wait and wake-up mechanism, singleton mode, blocking queue, timer

JVM常用指令

Using CSDN to develop cloud and build navigation websites

Caldera安装及简单使用

Crawler learning 5--- anti crawling identification picture verification code (ddddocr and pyteseract measured effect)

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)

Block level elements & inline elements

IDEA一键生成Log日志
随机推荐
C语言练手小项目(巩固加深知识点理解)
The risk of multithreading -- thread safety
【QT小作】使用结构体数据生成读写配置文件代码
JVM tuning ideas
My opinion on test team construction
Cloud-Native Database Systems at Alibaba: Opportunities and Challenges
Wholestagecodegen of spark
信息系统项目管理师---第七章 项目成本管理
Dev++ environment setting C language keyword display color
快速实现Thread Mesh组网详解
The form verifies the variables bound to the V-model, and the solution to invalid verification
[QT notes] simple understanding of QT meta object system
Proxy-Reflect使用详解
Convolution neural network -- Application of CNN model (ore prospecting prediction)
创建一个基础WDM驱动,并使用MFC调用驱动
【QT小点】QT下载链接
thrift
TiDB 基本功能
JVM调优思路
Multithreading basic part2