We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
select * from fruit where has_parent(vegetable,weight between 100 and 400) select * from fruit where has_child(apple,price in (10,20,30))