Qeasy Cloud
Get Started

MySQL查询连接器的配置指南

Source: Qeasy Cloud711 views

参数需求

连接器参数

  1. 服务器地址:****
  2. 端口号:***
  3. 数据库名称:**
  4. 用户名:****
  5. 密码:****

适配器

  1. 查询适配器:\Adapter\Mysql\MysqlQueryAdapter

特殊参数

  • limit:查询最大行数
  • offset:开始行数

确认查询表单与表单字段 图片

编写插入语句

SELECT shop_id, shop_name, co_id, shop_site, shop_url, created, nick, session_expired, session_uid, short_name, group_id, group_name 
FROM shops 
WHERE created > '2024-01-01 00:00:00' 
LIMIT :limit OFFSET :offset;

特殊参数配置方式 图片

配置实例

查询语句放置位置 图片

字段配置方式 图片

Copyright Notice

The article "MySQL查询连接器的配置指南" is original content owned by 广东轻亿云软件科技有限公司. Reposting, quoting, copying or mirroring is strictly prohibited without written authorization. Please contact us for authorization and credit the author and source (including the original link) prominently.