How can I make this kind of query in NRQL?
SELECT origin, destination FROM locations WHERE origin = destination
How can I make this kind of query in NRQL?
SELECT origin, destination FROM locations WHERE origin = destination
Copyright © 2021 Jogjafile Inc.
An option for this to use a subquery like this