摘要:
本文简单介绍下:如何在psql命令传各种类型的变量;然后通过shell脚本来调用;其实本意是需要通过字符串拼接的方式。 一、数字类型 \set id random(1,1000) select * from table_name where id = :id; 二、 字符串类型 字符串类型需要用'' 阅读全文
摘要:
问题 前段时间,开发同事反应出应用程序在insert数据时出现 [com.eyou.reyun.controller.reyun.ReyunAndroidGameLogController%addGameLoginLog() 161 ] - Could not open JDBC Connectio 阅读全文