I’m currently working with ArcadeDB and need some help with a specific query.
I’ve successfully used the following query to find all types containing a field called “uuid”:
<code>SELECT FROM schema:types WHERE properties CONTAINS (name = 'uuid');
</code>
<code>SELECT FROM schema:types WHERE properties CONTAINS (name = 'uuid');
</code>
SELECT FROM schema:types WHERE properties CONTAINS (name = 'uuid');
However, I’m now looking to extend this query to find all records across these types where the “uuid” field has a specific value, denoted :myUuid.
Could someone please guide me in constructing a query for this purpose?
Thanks in advance for your assistance! Your help is greatly appreciated.
New contributor
Findus Pedersen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.