我有一个包含~100个字段的属性表,我想选择一些字段。到目前为止,我的工作流程看起来像这样:
Select by expression
"field1"
Add to selection
Select by expression
"field2"
Add to selection
Select by expression
"field3"
Add to selection
Select by expression
"field4"
Add to selection
......等等......
现在我的问题是如何更快地进行选择并结合多于1个查询。我知道一个小蟒蛇,但不知道如何使用函数编辑器。我认为,一个小脚本以及如何在函数编辑器中处理它将是我正在寻找的东西。
答案 0 :(得分:0)
假设您的数据库有两列名为fruit
和place
,您必须选择fruit
为apple
或place
为{{1}的行}}。
使用以下
india