当前位置:网站首页>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}),'%')
边栏推荐
- 爬虫学习5---反反爬之识别图片验证码(ddddocr和pytesseract实测效果)
- 乐观事务和悲观事务
- 汇编语言-王爽 第11章 标志寄存器-笔记
- Download CUDA and cudnn
- Spark's projection
- 【QT小点】QT下载链接
- 快速实现Thread Mesh组网详解
- The risk of multithreading -- thread safety
- 高斯分布Gaussian distribution、线性回归、逻辑回归logistics regression
- Altium designer 19 device silk screen label position shall be placed uniformly in batches
猜你喜欢

JVM对象组成和存储

Yaml file encryption

JVM的垃圾回收机制

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)

Us camera cloud service scheme: designed for lightweight video production scenes

快速实现Thread Mesh组网详解

Thinking technology: how to solve the dilemma in work and life?

Go log -uber open source library zap use

openresty使用文档

JS to implement bidirectional data binding
随机推荐
Dev++ environment setting C language keyword display color
可扩展哈希
Run opcua protocol demo on raspberry pie 4B to access kubeedge
软件测试年终总结报告模板
Cloud-Native Database Systems at Alibaba: Opportunities and Challenges
JVM整体结构解析
JVM overall structure analysis
汇编语言-王爽 第8章 数据处理的两个基本问题-笔记
multiprocessing.pool详解
Ahb2apb bridge design (2) -- Introduction to synchronous bridge design
主动学习(active learning)
Code is data
Gaussian distribution, linear regression, logistic regression
TiDB 中的数据库模式概述
浅谈GPU:历史发展,架构
Active learning
力扣 179、最大数
cpu-z中如何查看内存的频率和内存插槽的个数?
[cultivation system] common regular expressions
tar: /usr/local:归档中找不到tar: 由于前次错误,将以上次的错误状态退出