查看aws ,它说您可以使用过滤器获取或值,如:The key/value combination of a tag assigned to the resource.tag Purpose=X or the tag Purpose=Y, use:
但是在boto中,将标记存储在字典中(来自get所有快照):
“筛选器(dict) --可用于限制返回结果的
正如标题所提到的,在使用MySQL存储过程中的运算符( in )对查询结果应用简单筛选时,我遇到了一个问题。存储过程的简单示例如下所示DROP PROCEDURE IF EXISTS `sp_example`$$
employee_example a AND a.uid IN (filter_uid_value)
DELIMITER;