select * from Table where column1= value1 and column2= value2 and ( column3= value3 or column4 = value4)
I need to query above sql command into appian query. How can I write? Can anyone help me with this please.
Discussion posts and replies are publicly visible
Use the query editor from the toolbar to apply all these filters visually and then check the rule Appian generates for you to understand how queries are configured using a!queryEntity()