Skip to content
Discussion options

You must be logged in to vote

Actually, based on @elprans's reply above, the correct way to achieve this is:

select X {
  field1,
  field2
} filter X is (A | B | C)

The following also works:

select X {
  field1,
  field2
} filter X is not D

Thanks all!

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@elprans
Comment options

@gmermoud
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by gmermoud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants