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

第 299 场周赛 第四题 6103. 从树中删除边的最小分数

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)

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

JS to implement bidirectional data binding

The risk of multithreading -- thread safety

LeetCode 0086. Separate linked list

IDEA一键生成Log日志

Caldera安装及简单使用
随机推荐
EasyExcel:读取Excel数据到List集合中
TiDB 中的数据库模式概述
古典密码体制--代换和置换
TiDB与 MySQL 兼容性对比
310. minimum height tree
JVM tuning ideas
JVM对象组成和存储
Spark's projection
matlab GUI界面仿真直流电机和交流电机转速仿真
427-二叉树(617.合并二叉树、700.二叉搜索树中的搜索、98. 验证二叉搜索树、530.二叉搜索树的最小绝对差)
HTAP 深入探索指南
TiDB 中的SQL 基本操作
426 binary tree (513. find the value in the lower left corner of the tree, 112. sum of paths, 106. construct a binary tree from the middle order and post order traversal sequence, 654. maximum binary
汇编语言-王爽 第13章 int指令-笔记
快速实现Thread Mesh组网详解
我对于测试团队建设的意见
写一个 goroutine 实例, 同时练习一下 chan
Software testing year end summary report template
The form verifies the variables bound to the V-model, and the solution to invalid verification
Block level elements & inline elements