当前位置:网站首页>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}),'%')
边栏推荐
- C Primer Plus Chapter 11_ Strings and string functions_ Codes and exercises
- TiDB 中的数据库模式概述
- Assembly language - Wang Shuang Chapter 13 int instruction - Notes
- 网关状态检测 echo request/reply
- Altium designer 19 device silk screen label position shall be placed uniformly in batches
- 浅谈GPU:历史发展,架构
- 表单校验 v-model 绑定的变量,校验失效的解决方案
- cpu-z中如何查看内存的频率和内存插槽的个数?
- 0.0.0.0:x的含义
- JVM class loading mechanism
猜你喜欢

JVM garbage collection mechanism

Scala函数柯里化(Currying)

使用 WordPress快速个人建站指南

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

浅谈GPU:历史发展,架构

C Primer Plus Chapter 11_ Strings and string functions_ Codes and exercises

使用CSDN 开发云搭建导航网站

G1 and ZGC garbage collector

线程间等待与唤醒机制、单例模式、阻塞队列、定时器

高斯分布Gaussian distribution、线性回归、逻辑回归logistics regression
随机推荐
Configuration of vscode korofileheader
C Primer Plus Chapter 11_ Strings and string functions_ Codes and exercises
Configuring the help class iconfiguration in C # NETCORE
LeetCode 0086.分隔链表
AHB2APB桥接器设计(2)——同步桥设计的介绍
[collection] Introduction to basic knowledge of point cloud and functions of point cloud catalyst software
浅谈GPU:历史发展,架构
[QT] use structure data to generate read / write configuration file code
Run opcua protocol demo on raspberry pie 4B to access kubeedge
Sqlsever 字段相乘后保留2位小数
Assembly language - Wang Shuang Chapter 11 flag register - Notes
vscode korofileheader 的配置
使用CSDN 开发云搭建导航网站
TiDB与 MySQL 兼容性对比
TiDB的事务概览
Scala之偏函数Partial Function
yaml文件加密
KubeSphere 集群配置 NFS 存储解决方案-收藏版
表单校验 v-model 绑定的变量,校验失效的解决方案
310. minimum height tree