我有 MongoDB 作为数据源。我想在 redash 中查询,这将等同于以下内容:-
db.collection.find({“templateId”:/XYZ$/})
templateId
此查询返回集合中键以字符串 XYZ 结尾的所有数据。我如何在 redash JSON 中使用它?
还请帮助在 Redash 中使用 $exist。
我有 MongoDB 作为数据源。我想在 redash 中查询,这将等同于以下内容:-
db.collection.find({“templateId”:/XYZ$/})
templateId
此查询返回集合中键以字符串 XYZ 结尾的所有数据。我如何在 redash JSON 中使用它?
还请帮助在 Redash 中使用 $exist。