随笔分类 - MySQL
摘要:一、使用pgloader进行迁移 1. 安装pgloader: sudo apt-get install pgloader 2. 使用pgloader迁移数据: pgloader mysql://username:password@localhost/source_db postgresql://u
阅读全文
摘要:一、SQL数据源 1、报表查询参数 1)IN(DaoFormat.in) 需要使用表达式${DaoFormat.in('${参数名称}')}来实现 代码示例 select * from demo where sex in(${DaoFormat.in('${sex}')}) 2)LIKE查询 使用s
阅读全文