BuildingaMySQLqueryfromoptionalfiltersinExpressJS
创始人
2024-12-25 13:30:43
0

在 Express JS 中,我们有时需要根据用户提供的可选过滤条件构建 MySQL 查询。例如,用户可以选择根据日期范围、文本字段等过滤结果。

以下是构建 MySQL 查询的步骤:

  1. 获取用户提供的过滤条件,例如,日期范围、文本字段等。
const { startDate, endDate, searchText } = req.query;
  1. 根据过滤条件构建 WHERE 子句。
let whereClause = '';
const filterValues = [];

if (startDate) {
  whereClause += 'start_date >= ? AND ';
  filterValues.push(startDate);
}

if (endDate) {
  whereClause += 'end_date <= ? AND ';
  filterValues.push(endDate);
}

if (searchText) {
  whereClause += 'text LIKE ? AND ';
  filterValues.push('%' + searchText + '%');
}

// Remove the trailing AND if there are filters
if (whereClause.endsWith('AND ')) {
  whereClause = whereClause.slice(0, -4);
}
  1. 构建完整的查询语句。
const query = `SELECT * FROM my_table
               ${whereClause ? `WHERE ${whereClause}` : ''}`;

此处的 ${whereClause ? WHERE ${whereClause} : ''} 语法是一个 JavaScript 模板字面量,如果 whereClause 存在,则查询语句会包含 WHERE 子句,否则查询语句不包含 WHERE 子句。

  1. 执行查询并返回结果。
const [rows, fields] = await connection.execute(query, filterValues);

完整的代码示例:

app.get('/my-route', async (req, res) => {
  const { startDate, endDate, searchText } = req.query;

  let whereClause = '';
  const filterValues = [];

  if (startDate) {
    whereClause += 'start_date >= ? AND ';
    filterValues.push(startDate);
  }

  if (endDate) {
    whereClause += 'end_date <= ? AND ';
    filterValues.push(endDate);
  }

  if (searchText) {
    whereClause += 'text LIKE ? AND ';
    filterValues.push('%' + searchText + '%');
  }

  if (whereClause.endsWith('AND ')) {
    whereClause = whereClause.slice(0, -4);
  }

  const query = `SELECT * FROM my_table
                 ${whereClause ? `WHERE ${whereClause}`

相关内容

热门资讯

透视能赢!aapoker辅助怎... 透视能赢!aapoker辅助怎么用(透视)真的假的(其实是有挂);1、aapoker辅助怎么用ai辅...
透视ai代打!德普软件(透视)... 透视ai代打!德普软件(透视)app安卓版破解版(一直真的是有挂)1、下载好德普软件辅助软件之后点击...
透视讲解!aapoker怎么设... 透视讲解!aapoker怎么设置提高好牌几率(透视)脚本(好像真的是有挂);1、进入到aapoker...
透视线上!德普之星透视辅助软件... 透视线上!德普之星透视辅助软件下载(透视)免费透视(本来是有挂)1、德普之星透视辅助软件下载ai辅助...
透视美元局!aapoker公共... 透视美元局!aapoker公共底牌(透视)透视脚本下载(本来存在有挂);aapoker公共底牌辅助器...
透视ai!德普之星私人局透视(... 透视ai!德普之星私人局透视(透视)辅助器app(其实真的有挂)1、在德普之星私人局透视ai机器人技...
透视计算!aapoker公共底... 透视计算!aapoker公共底牌(透视)辅助插件工具(果然是真的有挂)1、aapoker公共底牌ai...
透视攻略!德普之星透视辅助软件... 透视攻略!德普之星透视辅助软件是真的吗(透视)透视(总是是有挂)1、用户打开应用后不用登录就可以直接...
透视脚本!aapoker透视怎... 透视脚本!aapoker透视怎么用(透视)透视脚本入口(总是是有挂)所有人都在同一条线上,像星星一样...
透视了解!德扑圈透视(透视)私... 透视了解!德扑圈透视(透视)私人局透视(确实真的是有挂);1、点击下载安装,德扑圈透视插件透视分类一...