简体   繁体   中英

Simple query search - OrientDB

I'm new in graph database - OrientDB.

I have a problem to search vertex connected to other vertex with specific edge.

For example: I have a database - MovieRatings (public database OrientDB). I want search only Adventure type of movies.

How can I do it?

Thank you for your answer.

图形数据库

Try this:

select from Movies where out("hasGenera").description contains "Adventure"


Hope it helps

Regards

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM