PostgreSQL中查看版本的几种方式
摘要:PostgreSQL中查看版本的几种方式 1、SQL方式 1 2 3 4 5 6 7 8 9 10 postgres=# show server_version; server_version 13.2 (1 row) postgres=# select version(); version Pos
阅读全文
posted @
2022-06-24 15:41
腾逸
阅读(10227)
推荐(1) 编辑
后端开发术语大全
摘要:https://cloud.tencent.com/developer/article/1477450
阅读全文
posted @
2022-06-24 08:28
腾逸
阅读(77)
推荐(0) 编辑
Mybatis模糊查询无法确定参数$1的数据类型: ERROR: could not determine data type of parameter $1
摘要:Mybatis模糊查询无法确定参数$1的数据类型: 报错ERROR: could not determine data type of parameter $1 修改前: SELECT count(0) FROM "bank_21" WHERE my_name LIKE CONCAT('%', ?,
阅读全文
posted @
2022-06-21 15:02
腾逸
阅读(2920)
推荐(0) 编辑