PostgreSQL - ERROR: could not determine data type of parameter $1
Posted Lux_Sun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PostgreSQL - ERROR: could not determine data type of parameter $1相关的知识,希望对你有一定的参考价值。
SQL
LIKE CONCAT('%', #{apiPageBo.apiName}, '%')
报错
ERROR: could not determine data type of parameter $7
分析
大概意思指的是:无法确定参数类型,只需要对 #{apiPageBo.apiName} 进行类型转换就行,给它一个明确的类型即可。
解决
LIKE CONCAT('%', #{apiPageBo.apiName}::text, '%')
以上是关于PostgreSQL - ERROR: could not determine data type of parameter $1的主要内容,如果未能解决你的问题,请参考以下文章
PostgreSQL pg_rewind实例--could not find previous WA
The application server could not be contacted
postgresql出错could not create semaphores: No space left on device
postgresql出错could not create semaphores: No space left on device