Skip to content
Discussion options

You must be logged in to vote

You need to quote the fields:

from "GeneratePaymentRequests" as req where req.'@metadata'.'@refresh' == null

But your scenario is that you are checking the value of a field that isn't there, you need to use exists():

from "GeneratePaymentRequests" as req where exists(req.'@metadata'.'@refresh')

Replies: 1 comment 2 replies

Comment options

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

@ayende
Comment options

Answer selected by ayende
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants